I still have no idea what's messing with this

This commit is contained in:
keronshb
2021-05-12 13:17:23 -04:00
parent 0185007e6c
commit 0841cea1d5
@@ -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