This commit is contained in:
Owen 2025-08-10 10:14:45 -07:00
parent c3723d0fce
commit ea27075bab
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
8 changed files with 10 additions and 10 deletions

View file

@ -34,7 +34,7 @@ export default async function RootLayout({
const env = pullEnv();
const locale = await getLocale();
let supporterData = {
const supporterData = {
visible: true
} as any;