mirror of
https://github.com/QingWei-Li/notea.git
synced 2024-11-29 12:53:00 +03:00
fix(debug): Fix fix recommendation type name display
This commit is contained in:
parent
615041a927
commit
916adb5f70
@ -75,7 +75,7 @@ const Fix: FC<FixProps> = ({ id, fix }) => {
|
||||
id={`${id}-summary`}
|
||||
>
|
||||
<div className={"flex flex-col"}>
|
||||
{fix.recommendation === 0 && (
|
||||
{fix.recommendation !== 0 && (
|
||||
<span className={"text-xs uppercase"}>{getNameFromRecommendation(fix.recommendation, i18n)}</span>
|
||||
)}
|
||||
<span className={"font-bold"}>{fix.description}</span>
|
||||
|
Loading…
Reference in New Issue
Block a user