Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Pickering <[email protected]>
  • Loading branch information
alexvpickering committed May 1, 2024
1 parent b255b61 commit 963ac1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/data-exploration/heatmap/HeatmapPlot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ const HeatmapPlot = (props) => {
cellColorLabels={heatmapData.metadataTracks.labels}
hideObservationLabels
transpose
useDevicePixels=2
useDevicePixels={2}
viewState={viewState}
setViewState={setViewState}
setCellHighlight={setCellHighlight}
Expand Down

0 comments on commit 963ac1e

Please sign in to comment.