mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-13 02:37:57 +01:00
Bug: Fix missing column
This commit is contained in:
parent
691094c165
commit
fff9332646
@ -152,7 +152,7 @@ const MapsPage = (): ReactElement => {
|
||||
arrow={true}
|
||||
title={intl.formatMessage({
|
||||
id: 'maps.create-tooltip',
|
||||
defaultMessage: 'Create a New Map',
|
||||
defaultMessage: 'Create a new mindmap',
|
||||
})}
|
||||
>
|
||||
<Button
|
||||
@ -166,7 +166,7 @@ const MapsPage = (): ReactElement => {
|
||||
className={classes.newMapButton}
|
||||
onClick={() => setActiveDialog('create')}
|
||||
>
|
||||
<FormattedMessage id="action.new" defaultMessage="New Map" />
|
||||
<FormattedMessage id="action.new" defaultMessage="New map" />
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
||||
|
@ -549,9 +549,7 @@ export const MapsList = (props: MapsListProps): React.ReactElement => {
|
||||
</Tooltip>
|
||||
</TableCell>
|
||||
|
||||
{/* <TableCell className={classes.bodyCell}>
|
||||
{row.labels}
|
||||
</TableCell> */}
|
||||
<TableCell className={classes.bodyCell}></TableCell>
|
||||
|
||||
<TableCell className={classes.bodyCell}>
|
||||
{row.createdBy}
|
||||
|
Loading…
Reference in New Issue
Block a user