Skip to content

Commit

Permalink
fix: fix CI issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pheobeayo committed Nov 1, 2024
1 parent 03a4a7f commit 1e9afee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/src/pages/group.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export default function GroupPage(): JSX.Element {
const { data: signer } = useSigner()

useEffect(() => {
; (async () => {
;(async () => {
if (groupId) {
const group =
groupType === "on-chain"
Expand Down

0 comments on commit 1e9afee

Please sign in to comment.