mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
fix up js linting
This commit is contained in:
parent
6a29ac0117
commit
e764103a68
@ -14,9 +14,6 @@ const ActionsTab = (props) => {
|
||||
<ResetToken show={showResetTokenModal} onHide={closeResetTokenModal} user={props.user}/>
|
||||
</div>
|
||||
)
|
||||
const returnState = () => {
|
||||
setActionState("menu")
|
||||
}
|
||||
|
||||
const renderActions = () => {
|
||||
switch (actionState) {
|
||||
|
@ -1,5 +1,5 @@
|
||||
import Modal from "react-bootstrap/Modal";
|
||||
import { Button, Container, Form, Row } from "react-bootstrap";
|
||||
import { Button } from "react-bootstrap";
|
||||
import * as account from "../../../../api/account";
|
||||
|
||||
const ResetToken = (props) => {
|
||||
|
Loading…
Reference in New Issue
Block a user