Skip to content

Commit 4ed3ee7

Browse files
committed
Revert "brake linter for test purposes"
This reverts commit 99a80f5.
1 parent 99a80f5 commit 4ed3ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ashes/src/components/promotions/sub-nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type SubNavProps = {
1414
applyType: string,
1515
};
1616

17-
const SubNav = (props: string) => {
17+
const SubNav = (props: SubNavProps) => {
1818
const params = {
1919
promotionId: props.promotionId,
2020
};

0 commit comments

Comments
 (0)