From 4ebae70e38a9dc312bcb17790a535625567b37f5 Mon Sep 17 00:00:00 2001 From: Heberto Mayorquin Date: Tue, 30 Apr 2024 08:23:19 -0600 Subject: [PATCH] change peak to peak units to uV --- src/components/RowPlotContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}, ];