Bug: Fix missing column

This commit is contained in:
Paulo Gustavo Veiga 2021-02-25 21:41:42 -08:00
parent 691094c165
commit fff9332646
2 changed files with 3 additions and 5 deletions

View File

@ -152,7 +152,7 @@ const MapsPage = (): ReactElement => {
arrow={true} arrow={true}
title={intl.formatMessage({ title={intl.formatMessage({
id: 'maps.create-tooltip', id: 'maps.create-tooltip',
defaultMessage: 'Create a New Map', defaultMessage: 'Create a new mindmap',
})} })}
> >
<Button <Button
@ -166,7 +166,7 @@ const MapsPage = (): ReactElement => {
className={classes.newMapButton} className={classes.newMapButton}
onClick={() => setActiveDialog('create')} onClick={() => setActiveDialog('create')}
> >
<FormattedMessage id="action.new" defaultMessage="New Map" /> <FormattedMessage id="action.new" defaultMessage="New map" />
</Button> </Button>
</Tooltip> </Tooltip>

View File

@ -549,9 +549,7 @@ export const MapsList = (props: MapsListProps): React.ReactElement => {
</Tooltip> </Tooltip>
</TableCell> </TableCell>
{/* <TableCell className={classes.bodyCell}> <TableCell className={classes.bodyCell}></TableCell>
{row.labels}
</TableCell> */}
<TableCell className={classes.bodyCell}> <TableCell className={classes.bodyCell}>
{row.createdBy} {row.createdBy}