Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
remove errant label
  • Loading branch information
jlangy committed Nov 15, 2023
1 parent 4ef0a82 commit 405a04c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/page-partials/my-dashboard/RealmEdit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ function RealmTable({ alert, realm, currentUser, onUpdate, onCancel }: Props) {
placeholder="Product Name"
{...register('productName', { required: true, minLength: 2, maxLength: 1000 })}
/>
<label htmlFor=""></label>
{loading ? (
<AlignCenter>
<SpinnerGrid color="#000" height={45} width={45} wrapperClass="d-block" visible={loading} />
Expand Down

0 comments on commit 405a04c

Please sign in to comment.