Fixes the comma, I think
This commit is contained in:
@@ -21,7 +21,7 @@ export const ForbiddenLore = (props, context) => {
|
|||||||
<Window.Content scrollable>
|
<Window.Content scrollable>
|
||||||
<Section title="Research Eldritch Knowledge">
|
<Section title="Research Eldritch Knowledge">
|
||||||
Charges left : {charges}
|
Charges left : {charges}
|
||||||
<br />
|
<br />,
|
||||||
Completed Sacrifices : {total_sacs}
|
Completed Sacrifices : {total_sacs}
|
||||||
{to_know!== null ? (
|
{to_know!== null ? (
|
||||||
to_know.map(knowledge => (
|
to_know.map(knowledge => (
|
||||||
|
|||||||
Reference in New Issue
Block a user