Fixed lint
parent
5b8f2d83a9
commit
897b99cdbe
|
|
@ -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'>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue