frontend client for gemstone. decentralised workplace app

refactor: rename error

serenity 15ccb6d1 a9956608

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