diff --git a/src/routes/Liste/List/ResistantRow.tsx b/src/routes/Liste/List/ResistantRow.tsx index d0ab232..9a4e785 100644 --- a/src/routes/Liste/List/ResistantRow.tsx +++ b/src/routes/Liste/List/ResistantRow.tsx @@ -49,6 +49,7 @@ export const ResistantRow = ({ resistant }: Props) => { width={"200"} height={"200"} onClick={() => navigate(resistant.id)} + style={getResistantGrayscaleRule(resistant)} /> ) : ( { height={"200"} className="resistant-thumb" onClick={handleClick} + style={getResistantGrayscaleRule(resistant)} /> ); }