import React from 'react'; import { css } from 'glamor'; import { P } from 'loot-design/src/components/common'; import { Standalone } from './common'; import Navigation from './Navigation'; function TransactionFinalize({ navigationProps }) { return (

All done!

You can edit transactions by clicking anywhere on the table, or move around with the keyboard. A few keybindings:

); } export default TransactionFinalize;