Skip to content

Commit 33b8ce0

Browse files
committed
fix: build
1 parent 38e6ca5 commit 33b8ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/incentives/IncentivesCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ interface IncentivesCardProps {
2727
tooltip?: ReactNode;
2828
market: string;
2929
protocolAction?: ProtocolAction;
30+
align?: 'center' | 'flex-end';
3031
}
3132

3233
export const IncentivesCard = ({

0 commit comments

Comments
 (0)