mirror of
https://github.com/urbit/shrub.git
synced 2024-11-24 13:06:09 +03:00
Merge remote-tracking branch 'origin/th/install-system-updates' into philip/agent-clay
This commit is contained in:
commit
c136598016
@ -47,7 +47,7 @@ const useKilnState = create<KilnState>((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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user