瀏覽代碼

Get revision questions --partial commit

master
kj1352 4 年之前
父節點
當前提交
a105219a62
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/components/revise/Revise.tsx
  2. +1
    -1
      src/components/shelf-details/ShelfDetails.tsx

+ 1
- 1
src/components/revise/Revise.tsx 查看文件

@@ -22,7 +22,7 @@ export const Revise: React.FC = () => {
window.alert("Failed to get questions");
console.log(e);
});
})
}, []);

return <section className={styles.revisePage}>
{ progressState === 'QUESTION' && <div>


+ 1
- 1
src/components/shelf-details/ShelfDetails.tsx 查看文件

@@ -13,7 +13,7 @@ import { ReactComponent as ShareIcon } from '../../assets/icons/share.svg';
import { ReactComponent as DeleteIcon } from '../../assets/icons/delete.svg';

import { PopoverOptions } from "../popover-options/PopoverOptions";
import { MobileShelfWord, ShelfWord } from "../../shared/models/shelf";
import { MobileShelfWord } from "../../shared/models/shelf";
import { MobileUser } from "../../shared/models/user";

export const ShelfDetails: React.FC = () => {


Loading…
取消
儲存