mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 02:17:29 -06:00
cleanup, fix most eslint errors
This commit is contained in:
parent
c37542932c
commit
17ffab3be9
11 changed files with 5 additions and 148 deletions
|
|
@ -45,7 +45,7 @@ module.exports = function EmojiDetailWrapped() {
|
|||
</>);
|
||||
};
|
||||
|
||||
function EmojiDetail({emoji, Form}) {
|
||||
function EmojiDetail({emoji}) {
|
||||
if (emoji == undefined) {
|
||||
return (<>
|
||||
<Link to={base}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue