Commit 907a597
authored
fix(app): remove duplicate svg render (#21126)
# Overview
looks like we were rendering the svg on the modules like twice? oops.
## Test Plan and Hands on Testing
please smoke test all the modules with labware and make sure things work
as expected. i smoke tested a bit and it worked with stacker +
thermocycler + temperature module. but i don't feel confident still
## Changelog
remove a probable double svg render of the labware on the module
## Risk assessment
high - this is the last PV bug to get into RS 9.0.01 parent 6602766 commit 907a597
File tree
1 file changed
+1
-30
lines changed- app/src/organisms/Desktop/ProtocolVisualization/DeckView
1 file changed
+1
-30
lines changedLines changed: 1 addition & 30 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
8 | 4 | | |
9 | 5 | | |
10 | 6 | | |
| |||
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
21 | | - | |
22 | 17 | | |
23 | 18 | | |
24 | 19 | | |
| |||
107 | 102 | | |
108 | 103 | | |
109 | 104 | | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | 105 | | |
135 | 106 | | |
136 | 107 | | |
| |||
0 commit comments