Skip to content

Commit 2657e69

Browse files
committed
fix(ProposalRow): dont make author copyable, makes things jumpy
1 parent e2bbe31 commit 2657e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Space/sub/card/ProposalRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export default function ProposalRow({
159159
<div>
160160
<p className="text-gray-500">Author</p>
161161
<div className="text-center text-black">
162-
<FormattedAddress address={authorAddress} minified />
162+
<FormattedAddress address={authorAddress} minified copyable={false} />
163163
</div>
164164
</div>
165165
</div>

0 commit comments

Comments
 (0)