Skip to content

Commit

Permalink
Merge branch 'frontend' of github.com:massalabs/massa-name-service in…
Browse files Browse the repository at this point in the history
…to frontend
  • Loading branch information
AurelienFT committed May 13, 2024
2 parents ebe20fd + 7848b32 commit 8bbe0dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/MNSManagement.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export function MNSManagement(props: MNSManagementProps) {
const { connectedAccount, currentProvider } = useAccountStore();

const connected = !!connectedAccount && !!currentProvider;

return (
<div className={customClass}>
{!connected ? (
Expand Down

0 comments on commit 8bbe0dc

Please sign in to comment.