Skip to content

Commit 17989b3

Browse files
vinzscampvinis
andauthored
Update src/components/pages/Home.tsx
Co-authored-by: Pavlos Vinieratos <[email protected]>
1 parent 93daabe commit 17989b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pages/Home.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const Home = () => {
278278
<Input
279279
size="large"
280280
placeholder={DEFAULT_APP_NAME}
281-
value={appName || ''}
281+
value={appName ?? ''}
282282
onChange={({ target }) => setAppName((value) => target.value)}
283283
/>
284284
</AppNameField>

0 commit comments

Comments
 (0)