mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-29 16:19:53 +01:00
FINALLY fixes the comma, I think
Time to try
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user