Fixed lint
This commit is contained in:
@@ -91,7 +91,7 @@ const FileSharing = (props) =>
|
||||
type='file'
|
||||
disabled={!canShare}
|
||||
onChange={handleFileChange}
|
||||
accept="image/*"
|
||||
accept='image/*'
|
||||
id='share-files-gallery-button'
|
||||
/>
|
||||
<label htmlFor='share-files-button'>
|
||||
|
||||
Reference in New Issue
Block a user