Replacing spaces with tabs

This commit is contained in:
Zoe Roux 2020-02-11 23:17:23 +01:00
parent 03bf97dab6
commit a19bf9bce8
51 changed files with 1693 additions and 1697 deletions

View File

@ -18,13 +18,9 @@ export class ShowResolverService implements Resolve<Show>
{
console.log(error.status + " - " + error.message);
if (error.status == 404)
{
this.snackBar.open("Show \"" + slug + "\" not found.", null, { horizontalPosition: "left", panelClass: ['snackError'], duration: 2500 });
}
else
{
this.snackBar.open("An unknow error occured.", null, { horizontalPosition: "left", panelClass: ['snackError'], duration: 2500 });
}
return EMPTY;
}));
}