Skip to content

Commit

Permalink
chore: remove placeholder on friends & family name input
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz committed Sep 12, 2024
1 parent 1968a9d commit 34b8719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/screens/internal-apps/UncleJim.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ export function UncleJim() {
onChange={(e) => setName(e.target.value)}
required
autoComplete="off"
placeholder="John Galt"
/>
</div>
<LoadingButton loading={isLoading} type="submit">
Expand Down

0 comments on commit 34b8719

Please sign in to comment.