mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-02 11:32:25 -06:00
more small eslint fixes
This commit is contained in:
parent
17ffab3be9
commit
60c5d691ef
3 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,6 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
const Promise = require("bluebird");
|
||||
const React = require("react");
|
||||
|
||||
module.exports = function ErrorFallback({error, resetErrorBoundary}) {
|
||||
|
|
|
|||
|
|
@ -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