We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7311d86 commit 999ac99Copy full SHA for 999ac99
frontend/src/pages/aippIndex/index.tsx
@@ -143,7 +143,6 @@ const AippIndex = () => {
143
if (res.code === 0) {
144
dispatch(setTestStatus(null));
145
setSaveTime(getCurrentTime());
146
- getAippDetails(true);
147
if (inspirationRefresh.current) {
148
inspirationRefresh.current = false;
149
let key = getUiD();
0 commit comments