frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

refactor: rename error

serenity 15ccb6d1 a9956608

+1 -1
+1 -1
src/components/Settings/LatticeSettings.tsx
··· 176 176 }); 177 177 178 178 if (!lattices.ok) { 179 - console.error("shardQueryFn error.", lattices.error); 179 + console.error("latticeQueryFn error.", lattices.error); 180 180 throw new Error( 181 181 `Something went wrong while getting the user's membership records.}`, 182 182 );