refactor: run formatter
This commit is contained in:
@@ -77,7 +77,7 @@ export default function AppShellDemo() {
|
||||
}
|
||||
|
||||
const index = updatedConfigVariables.findIndex(
|
||||
(item) => item.key === configVariable.key
|
||||
(item) => item.key === configVariable.key,
|
||||
);
|
||||
|
||||
if (index > -1) {
|
||||
@@ -144,7 +144,7 @@ export default function AppShellDemo() {
|
||||
<Title order={6}>
|
||||
<FormattedMessage
|
||||
id={`admin.config.${camelToKebab(
|
||||
configVariable.key
|
||||
configVariable.key,
|
||||
)}`}
|
||||
/>
|
||||
</Title>
|
||||
@@ -159,7 +159,7 @@ export default function AppShellDemo() {
|
||||
>
|
||||
<FormattedMessage
|
||||
id={`admin.config.${camelToKebab(
|
||||
configVariable.key
|
||||
configVariable.key,
|
||||
)}.description`}
|
||||
values={{ br: <br /> }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user