mirror of
https://github.com/gabehf/Koito.git
synced 2026-03-07 21:48:18 -08:00
feat: config to gate all statistics behind login (#99)
* feat: gate all stats behind login * docs: add config reference for login gate
This commit is contained in:
parent
c77481fd59
commit
daa1bb2456
7 changed files with 192 additions and 128 deletions
|
|
@ -72,6 +72,8 @@ export default function LastPlays(props: Props) {
|
|||
return <p className="error">Error: {error.message}</p>;
|
||||
}
|
||||
|
||||
if (!data.items) return;
|
||||
|
||||
const listens = items ?? data.items;
|
||||
|
||||
let params = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue