fix check

This commit is contained in:
Hailey
2024-06-19 17:03:29 -07:00
parent a78f8ff168
commit 2376732770
+1 -1
View File
@@ -116,7 +116,7 @@ export function useCreateStarterPackMutation({
},
onSuccess: async data => {
await whenAppViewReady(agent, data.uri, v => {
return typeof v?.uri === 'string'
return typeof v?.data.starterPack.uri === 'string'
})
await invalidateActorStarterPacksQuery({
queryClient,