Skip to content

Commit

Permalink
Update Temperature.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaBondar committed Nov 18, 2024
1 parent 12e503e commit 32a8672
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/chat/src/components/Chat/Temperature.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,9 @@ export const TemperatureSlider: FC<Props> = ({
max={1}
step={0.1}
handleRender={({ props }) => (
<TemperatureIndicator {...(props as TemperatureIndicatorProps)}>
<TemperatureIndicator
{...(props as unknown as TemperatureIndicatorProps)}
>
{currentTemperature}
</TemperatureIndicator>
)}
Expand Down

0 comments on commit 32a8672

Please sign in to comment.