Show moderation menu for moderators. Closes #1864

This commit is contained in:
Gabe Kangas
2022-08-22 19:23:06 -07:00
parent 1def26f1ba
commit c2bd9436ba
7 changed files with 8 additions and 12 deletions

View File

@ -339,8 +339,8 @@ export function ClientConfigStore() {
const metadata = mergeMeta(state.meta) as AppStateOptions;
console.debug('--- APP STATE: ', state.value);
console.debug('--- APP META: ', metadata);
// console.debug('--- APP STATE: ', state.value);
// console.debug('--- APP META: ', metadata);
setAppState(metadata);
});