diff --git a/pkg/grid/src/state/kiln.ts b/pkg/grid/src/state/kiln.ts index 8d4247a73b..352535c643 100644 --- a/pkg/grid/src/state/kiln.ts +++ b/pkg/grid/src/state/kiln.ts @@ -47,7 +47,7 @@ const useKilnState = create((set, get) => ({ const synced = !!get().pikes[desk].sync; await (useMockData ? fakeRequest('') - : api.poke(synced ? kilnUninstall(desk) : kilnInstall(ship, desk))); + : api.poke(synced ? kilnUninstall(desk) : kilnInstall(ship, 'kids', desk))); await get().fetchPikes(); }, toggleSync: async (desk: string, ship: string) => {