1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

removed photoswipe from props

This commit is contained in:
Fedor Katurov 2020-06-05 17:07:56 +07:00
parent e6d5c9210b
commit 91a551cb6c

View file

@ -8,7 +8,6 @@ import { PRESETS } from '~/constants/urls';
interface IProps { interface IProps {
node: INode; node: INode;
modalShowPhotoswipe: any;
} }
const NodeAudioImageBlock: FC<IProps> = ({ node }) => { const NodeAudioImageBlock: FC<IProps> = ({ node }) => {