Skip to content

Commit

Permalink
Update frontend_v2/components/Roles.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
jo-elimu and coderabbitai[bot] authored Mar 23, 2024
1 parent 35d567a commit 10ca30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend_v2/components/Roles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default function Roles({ orgAddress }: any) {
})
console.log('data:', data )

if (!useIsMounted || isLoading) {
if (!useIsMounted() || isLoading) {
return (
<>
Loading DAO roles...
Expand Down

0 comments on commit 10ca30a

Please sign in to comment.