Skip to content

Commit 867a34d

Browse files
committed
refactor(web): remove-unused-id
1 parent fe00608 commit 867a34d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/src/pages/AttachmentDisplay/Header.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import styled from "styled-components";
33

4-
import { useNavigate, useParams } from "react-router-dom";
4+
import { useNavigate } from "react-router-dom";
55

66
import { Button } from "@kleros/ui-components-library";
77

@@ -57,7 +57,6 @@ const StyledButton = styled(Button)`
5757
`;
5858

5959
const Header: React.FC = () => {
60-
const { id } = useParams();
6160
const navigate = useNavigate();
6261

6362
return (

0 commit comments

Comments
 (0)