From 2fbe90a39e9fde268f2e0bdbf2565ff3fb6d1003 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 8 Jan 2024 11:35:10 +0000 Subject: [PATCH] chore: formatting --- packages/app/custom.d.ts | 2 +- packages/app/src/Components/Text/Text.tsx | 2 +- packages/app/src/system.ts | 8 +------- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/packages/app/custom.d.ts b/packages/app/custom.d.ts index 036ca118..786701ae 100644 --- a/packages/app/custom.d.ts +++ b/packages/app/custom.d.ts @@ -74,7 +74,7 @@ declare const CONFIG: { communityLeaders?: { list: string; }; - + // Filter urls from nav sidebar hideFromNavbar: Array; diff --git a/packages/app/src/Components/Text/Text.tsx b/packages/app/src/Components/Text/Text.tsx index a8f22acb..c4cfc2fe 100644 --- a/packages/app/src/Components/Text/Text.tsx +++ b/packages/app/src/Components/Text/Text.tsx @@ -137,7 +137,7 @@ export default function Text({ ); - const RevealMediaInstance = ({ content, data }: { content: string, data?: object }) => { + const RevealMediaInstance = ({ content, data }: { content: string; data?: object }) => { const imeta = data as IMeta; return (