We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd5f698 commit 518de6eCopy full SHA for 518de6e
src/components/OperationCard.tsx
@@ -58,16 +58,14 @@ export const OperationCard = ({
58
<div className="flex-1" />
59
<div className="flex flex-col items-end">
60
<div className="w-full flex justify-end text-zinc-500">
61
- {!operation.notEnoughRating && (
62
- <div className="flex items-center mr-4">
63
- <Icon icon="star" className="mr-1.5" />
64
- <OperationRating
65
- className="text-sm"
66
- operation={operation}
67
- layout="horizontal"
68
- />
69
- </div>
70
- )}
+ <div className="flex items-center mr-4">
+ <Icon icon="star" className="mr-1.5" />
+ <OperationRating
+ className="text-sm"
+ operation={operation}
+ layout="horizontal"
+ />
+ </div>
71
72
<Tooltip2
73
className="mr-4"
0 commit comments