We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b34c94 commit 81ef486Copy full SHA for 81ef486
src/layouts/can-view-section.tsx
@@ -9,7 +9,8 @@ export const canViewSection = (sessionData: ReduxSession): boolean => {
9
'0x4AEa45E7c5a1C63424D003114b9C80F4DEa64c1B', // Geolffrey
10
'0xbB97F1234282ff8f74c7d091CB2eDC4F82A311C0', // Watchit Open
11
'0x71B9d744Ad4E43d3A4Ff1DEADbf8058c24c8521a', // Alejandro
12
- '0xa15a3D394E029212023C3D696640721c2623b79A' // Alexandra
+ '0xa15a3D394E029212023C3D696640721c2623b79A', // Alexandra,
13
+ '0x1f2500701594E3413CC129cb8Fe6ed0291291135'
14
];
15
// Verify if the current profile is allowed to views this section
16
return allowedProfilesId.includes(sessionData?.address ?? '');
0 commit comments