mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-07 11:29:32 -06:00
more small eslint fixes
This commit is contained in:
parent
17ffab3be9
commit
60c5d691ef
3 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
const React = require("react");
|
||||
const prettierBytes = require("prettier-bytes");
|
||||
|
||||
module.exports = function useFileInput({name, Name}, {
|
||||
module.exports = function useFileInput({name, _Name}, {
|
||||
withPreview,
|
||||
maxSize,
|
||||
initialInfo = "no file selected"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue