Skip to content

Commit

Permalink
chore: remove semicolon in login page
Browse files Browse the repository at this point in the history
  • Loading branch information
narasaka committed Jan 15, 2025
1 parent 6ee446e commit 76c09b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/auth/LoginPage/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const LoginPage = () => {
/>
</div>
</Link>
<div className="pb-28">{renderView()}</div>;
<div className="pb-28">{renderView()}</div>
</div>
);
};

0 comments on commit 76c09b6

Please sign in to comment.