- {(description != null || settings != null) && (
-
-
-
- Info
-
-
- {description != null && (
-
- Description
-
- )}
-
- {settings != null && (
-
- Settings
-
- )}
-
-
- )}
-
-
- {tab === ExtensionPage.Info && }
- {tab === ExtensionPage.Description && (
-
- {MarkdownParser.parse(description ?? "*No description*")}
-
- )}
- {tab === ExtensionPage.Settings && }
-
-
-