소스 검색

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 = () => {


불러오는 중...
취소
저장