Skip to content

Commit

Permalink
re-add superadmin req
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson-c committed Nov 21, 2023
1 parent e30135e commit 6b54b5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/utils/widgetHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const getEditableWidgetsForUser = (isSuperAdmin) =>
isSuperAdmin && WIDGET_KEYBOARDS,
WIDGET_LOGO,
WIDGET_QUOTES,
WIDGET_STATS, // FIXME
isSuperAdmin && WIDGET_STATS,
WIDGET_TEXT,
WIDGET_TEXTCONCISE,
WIDGET_TEXTFULL,
Expand Down

0 comments on commit 6b54b5d

Please sign in to comment.