Skip to content

Commit 3ed4e86

Browse files
Update App.js
1 parent 8a0d8b3 commit 3ed4e86

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

admin-js/src/App.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,7 @@ const AiohttpAppBar = () => (
445445
);
446446

447447
const App = (props) => {
448-
const {aiohttpState, ...adminProps} = props;
449-
const {key} = props;
448+
const {aiohttpState, key, ...adminProps} = props;
450449
STATE = aiohttpState;
451450
const [loaded, setLoaded] = useState(STATE["js_module"] === null);
452451
if (!loaded) {

0 commit comments

Comments
 (0)