fix: missing translations, create tab back button

This commit is contained in:
David Ralph
2022-12-20 11:25:06 +00:00
committed by GitHub
parent b1ac03977e
commit 41293f075a
4 changed files with 6 additions and 7 deletions

View File

@@ -1,5 +1,6 @@
// since there is so much code in the component, we have moved it to a separate file
import offlineImages from './offlineImages.json';
export function videoCheck(url) {
return (
url.startsWith('data:video/') ||