Skip to content

Commit

Permalink
Remove useless component, #4466
Browse files Browse the repository at this point in the history
  • Loading branch information
leocs2417 committed Oct 21, 2024
1 parent 255e010 commit d6cbe12
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function ManageLink({ manageContent }) {
);
}

function PromptContent() {
export default function MultisigManagePrompt() {
const dispatch = useDispatch();
const chain = useChain();
const realAddress = useRealAddress();
Expand Down Expand Up @@ -87,7 +87,3 @@ function PromptContent() {

return promptContent;
}

export default function MultisigManagePrompt() {
return <PromptContent />;
}

0 comments on commit d6cbe12

Please sign in to comment.