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