mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-06 12:21:06 +01:00
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(
|
||||
`There are apps that have missing configuration options: [${someAppsWithoutProps
|
||||
.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