Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanzwicknagl committed Apr 17, 2023
1 parent 182bec8 commit 1c3df31
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/lib/components/Row.react.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ export function Boxrow(props) {
const [isOverflowH, setIsOverflowH] = React.useState(false);
const [overflowBreakingPoint, setOverflowBreakingPoint] = React.useState(null);
const ref = React.useRef(null);
const { state: { transformations }, dispatch } = useTransformations();
const { backendURL } = useSettings();

React.useEffect(() => {
Expand Down Expand Up @@ -176,10 +175,6 @@ export function Boxrow(props) {
</div>
)
}
const showNodes = transformations.find(({
transformation: t,
shown
}) => transformation.id === t.id && shown) !== undefined
return <div className="boxrow_container">
{/* TODO: make boxrow_header to toggle showing of visualization */}
<div ref={ref} className="boxrow_row">
Expand Down

0 comments on commit 1c3df31

Please sign in to comment.