Skip to content

Commit

Permalink
fix(widget): added key for primary names mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony23991 committed Jan 15, 2025
1 parent cd9ea54 commit c00615e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ export const PrimaryNamesDialog: FC<PrimaryNamesDialogProps> = ({
style={{
width: '100%',
}}
key={subname.ens}
right={
<Button disabled={isSetPrimaryNamePending} onClick={() => setPrimaryName({
name: subname.ens,
Expand Down

0 comments on commit c00615e

Please sign in to comment.