Run eslint --fix
.
This commit is contained in:
parent
5767e222cb
commit
1d790dbe6c
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ export function ResponseRenderer({ response }: {response: TResponse}) {
|
|||
</div>
|
||||
<div className="row">
|
||||
<div>{t("tor_exit_node")}</div>
|
||||
<div>{<YesOrNoLabel yes={response.isTorExitNode}/>}</div>
|
||||
<div><YesOrNoLabel yes={response.isTorExitNode}/></div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue