FINALLY fixes the comma, I think

Time to try
This commit is contained in:
keronshb
2021-05-12 14:54:44 -04:00
parent 0841cea1d5
commit 21ca62a2e2
@@ -7,7 +7,7 @@ import { Window } from '../layouts';
export const ForbiddenLore = (props, context) => {
const { act, data } = useBackend(context);
const {
charges, total_sacs
charges, total_sacs,
} = data;
const to_know = flow([
sortBy(to_know => to_know.state !== "Research",