Skip to content

Commit

Permalink
change peak to peak units to uV
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 30, 2024
1 parent 92a90ed commit 4ebae70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RowPlotContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]},

];
Expand Down

0 comments on commit 4ebae70

Please sign in to comment.