Skip to content

Commit 9ea5084

Browse files
Apply suggestion from @aryaemami59
Co-authored-by: Arya Emami <[email protected]>
1 parent ceb97f7 commit 9ea5084

File tree

1 file changed

+1
-1
lines changed
  • examples/query/react/authentication/src/features/auth

1 file changed

+1
-1
lines changed

examples/query/react/authentication/src/features/auth/Login.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export const Login = () => {
8080
<PasswordInput onChange={handleChange} name="password" />
8181
</InputGroup>
8282
<Button
83-
width={'100%'}
83+
width="100%"
8484
onClick={async () => {
8585
try {
8686
const user = await login(formState).unwrap()

0 commit comments

Comments
 (0)