diff options
Diffstat (limited to 'src/state/queries/starter-packs.ts')
-rw-r--r-- | src/state/queries/starter-packs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/queries/starter-packs.ts b/src/state/queries/starter-packs.ts index 4066f8f19..b90a57037 100644 --- a/src/state/queries/starter-packs.ts +++ b/src/state/queries/starter-packs.ts @@ -294,7 +294,7 @@ export function useDeleteStarterPackMutation({ return useMutation({ mutationFn: async ({listUri, rkey}: {listUri?: string; rkey: string}) => { if (!agent.session) { - throw new Error(`Requires logged in user`) + throw new Error(`Requires signed in user`) } if (listUri) { |