Skip to content

Commit 0e658eb

Browse files
fix: removed useless code
1 parent 08ec822 commit 0e658eb

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/pages/plugins/item.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default function Item({
4646
className="list-item"
4747
data-action="open"
4848
data-installed={(!!installed).toString()}
49-
data-paid={(price > 0).toString()}
5049
style={enabled === false ? { opacity: 0.6 } : {}}
5150
>
5251
<div className="plugin-header">

0 commit comments

Comments
 (0)