Forgot prettier

pull/1064/head^2
Lim Chee Aun 2025-04-16 12:01:36 +08:00
rodzic 9bec44b02a
commit 80bddf11da
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -185,7 +185,8 @@ function Media({
const isImage =
type === 'image' ||
(type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe);
const isPreviewVideoMaybe = previewUrl &&
const isPreviewVideoMaybe =
previewUrl &&
/\.(mp4|m4r|m4v|mov|webm)$/i.test(getURLObj(previewUrl).pathname);
const parentRef = useRef();

2
src/locales/en.po wygenerowano
Wyświetl plik

@ -1314,7 +1314,7 @@ msgstr ""
msgid "Filtered"
msgstr ""
#: src/components/media.jsx:416
#: src/components/media.jsx:417
msgid "Open file"
msgstr "Open file"