We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2aba90 commit 91a1763Copy full SHA for 91a1763
1 file changed
src/components/navbar.tsx
@@ -373,8 +373,8 @@ function NavBar({ layoutref }: NavBarProps) {
373
}
374
toggleDialog();
375
setDialogContent(<AlertDialog alertMessage={t('update-lib-complete')} toggleDialog={toggleDialog} />);
376
- await CommandToXRPMgr.getInstance().restartXRP();
377
+ await CommandToXRPMgr.getInstance().restartXRP();
378
379
380
/**
0 commit comments