Skip to content

Commit

Permalink
labels - address visual fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed Jul 31, 2024
1 parent 6561380 commit c7f63ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(labels)/labels/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ export default function LabelsPage() {

const numAddressChars = useMemo(() => {
return Math.min(Math.floor((addressWidth - 24) / 7.2) - 6, 42 - 6);
}, [addressWidth]);
}, [addressWidth, showDeployerAddress, showDeploymentTx]);



Expand Down

0 comments on commit c7f63ea

Please sign in to comment.