Skip to content

Commit c168140

Browse files
committed
ignore filter
1 parent 93431a4 commit c168140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/connect/src/routes/authenticate.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,8 @@ function AuthenticateComponent() {
371371
console.log('public spaces data', publicSpacesData);
372372
const spaces =
373373
publicSpacesData
374-
?.filter((space) => selectedPublicSpaces.has(space.id))
375-
.map((space) => ({
374+
// .filter((space) => selectedPublicSpaces.has(space.id))
375+
?.map((space) => ({
376376
address:
377377
space.type === 'personal'
378378
? (space.personalAddress as `0x${string}`)

0 commit comments

Comments
 (0)