mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2024-11-11 01:43:23 +01:00
Bug: Fix missing column
This commit is contained in:
parent
691094c165
commit
fff9332646
@ -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>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
Loading…
Reference in New Issue
Block a user