adding ; to line 25

This commit is contained in:
keronshb
2021-05-11 19:33:53 -04:00
parent 0cb6f2469b
commit 0185007e6c
@@ -22,7 +22,7 @@ export const ForbiddenLore = (props, context) => {
<Section title="Research Eldritch Knowledge">
Charges left : {charges}
<br />
Completed Sacrifices : {total_sacs}
Completed Sacrifices : {total_sacs};
{to_know!== null ? (
to_know.map(knowledge => (
<Section