Sean Powell commited on
Commit
d34c69a
·
1 Parent(s): b80b314

Update preview tool.

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -169,7 +169,7 @@
169
  <option value="Half Drop">Half-Drop</option>
170
  <option value="Half Drop Tiled">Half-Drop Tiled</option>
171
  </select>
172
- {previewMode === "Half Drop" && <img src={imageSrc} alt="Response"/>}
173
  {previewMode === "Half Drop Tiled" && <div className="grid grid-cols-3 h-full">
174
  <div className="flex items-center justify-center">
175
  <img src={imageSrc} alt="Response"/>
 
169
  <option value="Half Drop">Half-Drop</option>
170
  <option value="Half Drop Tiled">Half-Drop Tiled</option>
171
  </select>
172
+ {previewMode !== "Half Drop Tiled" && <img src={imageSrc} alt="Response"/>}
173
  {previewMode === "Half Drop Tiled" && <div className="grid grid-cols-3 h-full">
174
  <div className="flex items-center justify-center">
175
  <img src={imageSrc} alt="Response"/>