We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0d8b3 commit 3ed4e86Copy full SHA for 3ed4e86
1 file changed
admin-js/src/App.js
@@ -445,8 +445,7 @@ const AiohttpAppBar = () => (
445
);
446
447
const App = (props) => {
448
- const {aiohttpState, ...adminProps} = props;
449
- const {key} = props;
+ const {aiohttpState, key, ...adminProps} = props;
450
STATE = aiohttpState;
451
const [loaded, setLoaded] = useState(STATE["js_module"] === null);
452
if (!loaded) {
0 commit comments