mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
ChatDrawerItem: round frequency to 1 decimal, if fractional
This commit is contained in:
@@ -282,7 +282,7 @@ function ChatDrawerItem(props: {
|
||||
{searchFrequency > 0 ? (
|
||||
// Display search frequency if it exists and is greater than 0
|
||||
<Typography level='body-sm'>
|
||||
{searchFrequency}
|
||||
{Math.round(searchFrequency * 10) / 10}
|
||||
</Typography>
|
||||
) : (props.showSymbols && (userFlagsSummary || containsDocAttachments || containsImageAssets)) ? (
|
||||
<Box sx={{
|
||||
|
||||
Reference in New Issue
Block a user