style: Format code with prettier
This commit is contained in:
committed by
GitHub
parent
f1e39ba911
commit
217e5b861f
@@ -18,7 +18,9 @@ export const getFrontendConfig = (name: string): ConfigType => {
|
|||||||
Consola.warn(
|
Consola.warn(
|
||||||
`There are apps that have missing configuration options: [${someAppsWithoutProps
|
`There are apps that have missing configuration options: [${someAppsWithoutProps
|
||||||
.map((app) => app.name)
|
.map((app) => app.name)
|
||||||
.join(', ')}] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page.`
|
.join(
|
||||||
|
', '
|
||||||
|
)}] please input the correct secrets once again for the concerned app(s), save them, exit edit mode and reload the page.`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user