瀏覽代碼

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"); window.alert("Failed to get questions");
console.log(e); console.log(e);
}); });
})
}, []);


return <section className={styles.revisePage}> return <section className={styles.revisePage}>
{ progressState === 'QUESTION' && <div> { 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 { ReactComponent as DeleteIcon } from '../../assets/icons/delete.svg';


import { PopoverOptions } from "../popover-options/PopoverOptions"; 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"; import { MobileUser } from "../../shared/models/user";


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


Loading…
取消
儲存