diff --git a/src/app/theme/theme-import/theme-import.component.ts b/src/app/theme/theme-import/theme-import.component.ts index db28bd7..9c597e7 100644 --- a/src/app/theme/theme-import/theme-import.component.ts +++ b/src/app/theme/theme-import/theme-import.component.ts @@ -52,7 +52,7 @@ export class ThemeImportComponent implements OnInit { } this.checkThemeExistence() } else { - console.error('Theme Import Error: not valid data ') + console.error('Theme Import Error: not valid data') this.themeImportError = true } } catch (err) {