Fix enable/disable edit mode (#1333)
This commit is contained in:
@@ -210,7 +210,7 @@ const useInformationTableItems = (newVersionAvailable?: string): InformationTabl
|
||||
|
||||
let items: InformationTableItem[] = [];
|
||||
|
||||
if (editModeEnabled) {
|
||||
if (!editModeEnabled) {
|
||||
items = [
|
||||
...items,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user