Skip to content

Commit 90ccb2b

Browse files
committed
Merge branch 'main' into feat/jest-to-vitest
Signed-off-by: Adam Setch <adam.setch@outlook.com>
1 parent 5200095 commit 90ccb2b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@
157157
"*": "biome check --no-errors-on-unmatched",
158158
"*.{js,ts,tsx}": "pnpm test --changed --passWithNoTests --update"
159159
}
160-
}
160+
}

src/renderer/hooks/useShortcutActions.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ export function useShortcutActions(): { shortcuts: ShortcutConfigs } {
136136
isOnSettingsRoute,
137137
fetchNotifications,
138138
updateSetting,
139+
primaryAccountHostname,
139140
]);
140141

141142
return { shortcuts };

0 commit comments

Comments
 (0)