Browse Source

fixed warning (#4082)

Co-authored-by: Artem <Artem Slugin>
attemka 1 year ago
parent
commit
900ea51881
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/atlas/src/providers/user/user.provider.tsx

+ 1 - 0
packages/atlas/src/providers/user/user.provider.tsx

@@ -232,6 +232,7 @@ export const UserProvider: FC<PropsWithChildren> = ({ children }) => {
       skipSignerMetadataUpdate,
     }),
     [
+      activeChannel,
       memberships,
       membershipsLoading,
       activeMembership,