unit tests and finishing touches
This commit is contained in:
@@ -73,7 +73,7 @@ const DetailDisplay = forwardRef((props : {data : SolicitorInfo | 'loading'}) =>
|
||||
if (props.data === 'loading') {
|
||||
return (
|
||||
<Box sx={style}>
|
||||
Nope
|
||||
Waiting...
|
||||
</Box>
|
||||
);
|
||||
} else {
|
||||
|
||||
@@ -37,6 +37,7 @@ export default function Sidebar(props : SidebarProps) {
|
||||
<TextField
|
||||
label='Firm Name'
|
||||
variant='standard'
|
||||
sx={{width: '100%'}}
|
||||
value={props.filters.namePart}
|
||||
onChange={e => props.onChange(Object.assign({}, {...props.filters}, {namePart: (e.target as any).value}))}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user