Browse Source

Update User.tsx

Fix Issue #65
pull/66/head
Garrett M 4 years ago
parent
commit
d4ece02bec
  1. 2
      src/components/PageComponents/Config/User.tsx

2
src/components/PageComponents/Config/User.tsx

@ -85,7 +85,7 @@ export const User = (): JSX.Element => {
<Input
label="Short Name"
description="Shown on small screens."
maxLength={3}
maxLength={4}
{...register("shortName")}
/>
<Input

Loading…
Cancel
Save