Sfoglia il codice sorgente

Get revision questions --partial commit

master
kj1352 4 anni fa
parent
commit
a105219a62
2 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. +1
    -1
      src/components/revise/Revise.tsx
  2. +1
    -1
      src/components/shelf-details/ShelfDetails.tsx

+ 1
- 1
src/components/revise/Revise.tsx Vedi File

@@ -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 Vedi File

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


Caricamento…
Annulla
Salva