frontend client for gemstone. decentralised workplace app
2
fork

Configure Feed

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

refactor: correct label on error

serenity 0aa41cf4 15ccb6d1

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