mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-06 13:57:54 +00:00
fix ESlint stuff
This commit is contained in:
parent
af01aa52b0
commit
3236348504
1 changed files with 1 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import React, { useEffect, useState, useRef } from 'react';
|
||||
import React, { useEffect, useState } from 'react';
|
||||
import { Link } from "react-router-dom";
|
||||
import * as BS from 'react-bootstrap'
|
||||
import { useForm } from "react-hook-form";
|
||||
|
|
@ -206,8 +206,6 @@ export default function MemberCard(props) {
|
|||
});
|
||||
}
|
||||
|
||||
const didMount = useRef(false);
|
||||
|
||||
function copyLink() {
|
||||
var link = `https://spectralitree.github.io/pk-webs/profile/${sysID}/${member.id}`
|
||||
var textField = document.createElement('textarea')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue