Remove click handler

This commit is contained in:
Vishnu 2021-08-29 02:20:45 +05:30
parent 0ff3e11584
commit 05173f3120

View file

@ -489,7 +489,7 @@ const PhotoFrame = ({
return ( return (
<> <>
{!isFirstLoad && files.length === 0 && !searchMode ? ( {!isFirstLoad && files.length === 0 && !searchMode ? (
<EmptyScreen onClick={openFileUploader}> <EmptyScreen>
<img height={150} src="/images/gallery.png" /> <img height={150} src="/images/gallery.png" />
<div style={{ color: '#a6a6a6', marginTop: '16px' }}> <div style={{ color: '#a6a6a6', marginTop: '16px' }}>
{constants.UPLOAD_FIRST_PHOTO_DESCRIPTION} {constants.UPLOAD_FIRST_PHOTO_DESCRIPTION}