build test
This commit is contained in:
parent
b8c8113700
commit
d43a14a5a8
|
@ -34,7 +34,7 @@ interface MediaItem {
|
||||||
|
|
||||||
const MediaView = (props: { media: MediaItem; kind: Shout['layout'] }) => {
|
const MediaView = (props: { media: MediaItem; kind: Shout['layout'] }) => {
|
||||||
const { t } = useLocalize()
|
const { t } = useLocalize()
|
||||||
console.log('!!! test:')
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Switch fallback={<a href={props.media.url}>{t('Cannot show this media type')}</a>}>
|
<Switch fallback={<a href={props.media.url}>{t('Cannot show this media type')}</a>}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user