Skip to content

Commit 8a0d8b3

Browse files
Update App.js
1 parent 7e1bb87 commit 8a0d8b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

admin-js/src/App.js

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

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

0 commit comments

Comments
 (0)