mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-06 07:01:45 -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
|
||||
keys={{
|
||||
'ctrl+s': () => {
|
||||
sync();
|
||||
},
|
||||
'ctrl+s': sync,
|
||||
}}
|
||||
/>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user