mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-07 04:18:51 -05:00
refactor: more consise
Co-authored-by: MatissJanis Co-authored-by: Matiss Janis Aboltins <matiss@mja.lv>
This commit is contained in:
@@ -177,9 +177,7 @@ export function SyncButton({ style, isMobile = false }: SyncButtonProps) {
|
|||||||
<>
|
<>
|
||||||
<KeyHandlers
|
<KeyHandlers
|
||||||
keys={{
|
keys={{
|
||||||
'ctrl+s': () => {
|
'ctrl+s': sync,
|
||||||
sync();
|
|
||||||
},
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user