File tree Expand file tree Collapse file tree
src/frontend/src/pages/AdminToolsPage Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { Grid , Typography } from '@mui/material' ;
1+ import { Grid } from '@mui/material' ;
22import VendorsTable from './FinanceConfig/VendorsTable' ;
33import AccountCodesTable from './FinanceConfig/AccountCodesTable' ;
44
55const AdminToolsFinanceConfig : React . FC = ( ) => {
66 return (
7- < div >
8- < Typography variant = "h4" > Finance Config</ Typography >
9- < br />
10- < Grid container spacing = "3%" >
11- < Grid item direction = "column" xs = { 12 } md = { 6 } >
12- < VendorsTable />
13- </ Grid >
14- < Grid item direction = "column" alignSelf = "right" xs = { 12 } md = { 6 } >
15- < AccountCodesTable />
16- </ Grid >
7+ < Grid container spacing = "3%" paddingLeft = "5px" >
8+ < Grid item direction = "column" xs = { 12 } md = { 6 } >
9+ < VendorsTable />
1710 </ Grid >
18- </ div >
11+ < Grid item direction = "column" alignSelf = "right" xs = { 12 } md = { 6 } >
12+ < AccountCodesTable />
13+ </ Grid >
14+ </ Grid >
1915 ) ;
2016} ;
2117
You can’t perform that action at this time.
0 commit comments