diff --git a/pkg/arvo/lib/desk-jam.hoon b/pkg/arvo/lib/desk-jam.hoon index 4441d0839..7e650c7c0 100644 --- a/pkg/arvo/lib/desk-jam.hoon +++ b/pkg/arvo/lib/desk-jam.hoon @@ -4,16 +4,20 @@ |= [our=ship =desk now=@da] ~> %slog.0^leaf/"jamming desk {}" %- jam - %- ?:(=(%base desk) remove-tmp-dir same) + %- ?:(=(%base desk) remove-misc-dirs same) %- ankh-to-map =< ank .^(dome:clay %cv /(scot %p our)/[desk]/(scot %da now)) :: -++ remove-tmp-dir +++ remove-misc-dirs |= fiz=(map path page) ^- (map path page) %- ~(gas by *(map path page)) - (skip ~(tap by fiz) |=([p=path *] ?=([%tmp *] p))) + %+ skip ~(tap by fiz) + |= [p=path *] + ?| ?=([%tmp *] p) + ?=([%tests *] p) + == :: ++ ankh-to-map =| res=(map path page) diff --git a/pkg/btc-wallet/src/hooks/useSettings.tsx b/pkg/btc-wallet/src/hooks/useSettings.tsx index 8460c3998..4845b5cf7 100644 --- a/pkg/btc-wallet/src/hooks/useSettings.tsx +++ b/pkg/btc-wallet/src/hooks/useSettings.tsx @@ -159,7 +159,7 @@ export const SettingsProvider: React.FC = ({ channel, children }) => { const initializeSettings = () => { let app = 'settings-store'; - let path = `/bucket/${window.desk}btc-wallet`; + let path = `/bucket/${window.desk}/btc-wallet`; fetch(`/~/scry/${app}${path}.json`) .then((res) => res.json())