Skip to content
This repository was archived by the owner on Jul 23, 2023. It is now read-only.

Commit db09997

Browse files
committed
Fix install button highlight
1 parent bc7d5d0 commit db09997

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/components/Mods/ModActions.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ const ModActions: React.FunctionComponent<Props> = ({
9797
isModInstallable &&
9898
(!isModInstalled || isModBroken || isModOutdated);
9999
const isInstallHighlighted =
100-
false &&
101100
!isLoading &&
102101
!isModBroken &&
103102
(isModOutdated || (mod.isRequired && !isModInstalled));

0 commit comments

Comments
 (0)