diff --git a/src/components/RowPlotContainer.js b/src/components/RowPlotContainer.js index 3065858..e214e58 100644 --- a/src/components/RowPlotContainer.js +++ b/src/components/RowPlotContainer.js @@ -71,7 +71,7 @@ const RowPlotContainer = ({ templateIndex, storeRef, dataDictionary, isSelected, { attribute: "Number of Spikes", value: NumberOfSpikes }, { attribute: "Best ChannelID", value: bestChannelID}, { attribute: "Brain Location", value: brainArea}, - { attribute: "Peak To Peak (mV)", value: peakToPeakBestChannelDecimalsRounded}, + { attribute: "Peak To Peak (uV)", value: peakToPeakBestChannelDecimalsRounded}, { attribute: "Depth (um)", value: location[1]}, ];