build test

This commit is contained in:
ilya-bkv 2023-04-29 18:43:36 +03:00
parent b8c8113700
commit d43a14a5a8

View File

@ -34,7 +34,7 @@ interface MediaItem {
const MediaView = (props: { media: MediaItem; kind: Shout['layout'] }) => {
const { t } = useLocalize()
console.log('!!! test:')
return (
<>
<Switch fallback={<a href={props.media.url}>{t('Cannot show this media type')}</a>}>