Skip to content

Commit

Permalink
refactor(web): refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Apr 1, 2024
1 parent 5ca1a30 commit 9e21ca2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import React from "react";
import styled from "styled-components";

import { responsiveSize } from "styles/responsiveSize";
import Field, { IField } from "components/Field";

import CardLabel from "../CardLabels";

import { FieldItem, IDisputeInfo } from ".";
import { responsiveSize } from "styles/responsiveSize";

const Container = styled.div<{ isLabel?: boolean }>`
display: flex;
Expand Down
1 change: 0 additions & 1 deletion web/src/components/Field.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ const Field: React.FC<IField> = ({
<Link
className="link value"
to={link}
// when inside aa clickable parent, stop event bubbling, so only the click on this link will be registered
onClick={(event) => {
event.stopPropagation();
}}
Expand Down

0 comments on commit 9e21ca2

Please sign in to comment.