diff --git a/src/components/media-modal.jsx b/src/components/media-modal.jsx index 0cf99387..d79d7388 100644 --- a/src/components/media-modal.jsx +++ b/src/components/media-modal.jsx @@ -250,31 +250,6 @@ function MediaModal({ )} - {!!showMediaAlt && ( - { - if (e.target === e.currentTarget) { - setShowMediaAlt(false); - } - }} - > -
-
-

Media description

-
-
-

- {showMediaAlt} -

-
-
-
- )} ); }