Skip to content

Commit

Permalink
Merge pull request ChatGPTNextWeb#147 from Yidadaa/Yidadaa-patch-1
Browse files Browse the repository at this point in the history
fix: ChatGPTNextWeb#140 crash while hydrating store from old version
  • Loading branch information
Yidadaa authored Mar 29, 2023
2 parents e12238b + ca00828 commit 8a05f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export function Settings(props: { closeSettings: () => void }) {
>
<input
type="range"
title={config.fontSize.toString() + 'px'}
title={`${config.fontSize ?? 14}px`}
value={config.fontSize}
min="12"
max="18"
Expand Down

0 comments on commit 8a05f84

Please sign in to comment.