fix: change error when section for item not found to logged warning and remove item (#2044)
This commit is contained in:
@@ -10,5 +10,5 @@ export const prepareItems = (
|
||||
) =>
|
||||
widgets
|
||||
.map((widget) => mapWidget(widget, boardSize, appsMap, sectionMap))
|
||||
.filter((widget) => widget !== null)
|
||||
.concat(apps.map((app) => mapApp(app, boardSize, appsMap, sectionMap)));
|
||||
.concat(apps.map((app) => mapApp(app, boardSize, appsMap, sectionMap)))
|
||||
.filter((widget) => widget !== null);
|
||||
|
||||
Reference in New Issue
Block a user