Skip to content

Commit

Permalink
add line back
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Oct 27, 2023
1 parent e16e873 commit 08761e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/src/hardware-sim/Labware/LabwareRender.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export interface LabwareRenderProps {
export const LabwareRender = (props: LabwareRenderProps): JSX.Element => {
const { gRef } = props
const cornerOffsetFromSlot = props.definition.cornerOffsetFromSlot

return (
<g
transform={`translate(${cornerOffsetFromSlot.x}, ${cornerOffsetFromSlot.y})`}
Expand Down

0 comments on commit 08761e4

Please sign in to comment.