We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7d0126 commit 9866102Copy full SHA for 9866102
web/src/pages/Resolver/NavigationButtons/NextButton.tsx
@@ -2,7 +2,6 @@ import React from "react";
2
import { Button } from "@kleros/ui-components-library";
3
import { useLocation, useNavigate } from "react-router-dom";
4
import { useNewDisputeContext } from "context/NewDisputeContext";
5
-import { isUndefined } from "utils/index";
6
7
interface INextButton {
8
nextRoute: string;
0 commit comments