Skip to content

Commit

Permalink
fix(modal): repeat user profile dialog (#1155)
Browse files Browse the repository at this point in the history
  • Loading branch information
KarasuShin authored Oct 26, 2024
1 parent 093f80d commit ad86372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/renderer/src/modules/profile/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const usePresentUserProfileModal = (variant: Variant = "dialog") => {

present({
title: "User Profile",
id: `user-profile-${userId}`,
content: () =>
createElement(LazyUserProfileModalContent, {
userId,
Expand Down

0 comments on commit ad86372

Please sign in to comment.