Skip to content

Commit

Permalink
Merge pull request apache#68 from KudosInc/AN-630_typescript_fun
Browse files Browse the repository at this point in the history
AN-630 - hate typescript
  • Loading branch information
michelle-kudos authored Oct 4, 2023
2 parents 3060951 + c5787cd commit c612d36
Showing 1 changed file with 3 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,17 +180,11 @@ export function CustomFrame(props: FrameComponentProps) {
return (
<>
<Row>
<StyleDateFilterButtons>
<Button
onClick={() => selectDate(DateType.Month)}
buttonStyle="link"
>
<StyleDateFilterButtons>
<Button onClick={() => selectDate(DateType.Month)} buttonStyle="link">
This Month
</Button>
<Button
onClick={() => selectDate(DateType.Year)}
buttonStyle="link"
>
<Button onClick={() => selectDate(DateType.Year)} buttonStyle="link">
This Year
</Button>
<Button
Expand Down

0 comments on commit c612d36

Please sign in to comment.