Skip to content

Commit

Permalink
chore: fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-musallam committed Oct 16, 2024
1 parent ab724e1 commit fc33545
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ const getPeaksDefaultValues = (
intensity: { show: true, format: '0.00' },
fwhm: { show: true, format: '0.00000' },
mu: { show: false, format: '0.00000' },
gamma: { show: false, format: '0.000' },
showDeleteAction: true,
showEditPeakShapeAction: true,
showKind: true,
};

return getPreferences(preferences, nucleus);
};

Expand Down

0 comments on commit fc33545

Please sign in to comment.