Skip to content

Commit

Permalink
layout fix
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Sep 24, 2024
1 parent 6b51aef commit dc4a7e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export function Account() {
return (
<>
<Button
className="mb-1"
onClick={() => passportLogout()}
disabled={loading}
type="button"
Expand Down Expand Up @@ -55,6 +54,7 @@ export function Account() {
</Table.Row>
</Table.Body>
</Table>
<br />
</>
);
}
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export function WalletOptions() {

{loading && (
<>
<br />
<p>Loading...</p>
</>
)}
Expand Down

0 comments on commit dc4a7e1

Please sign in to comment.