Skip to content

Commit

Permalink
Closes SOS-RS#327
Browse files Browse the repository at this point in the history
Co-authored-by: Diogo de Souza <[email protected]>
Co-authored-by: Alan Barbosa <[email protected]>
  • Loading branch information
3 people authored and Diogo de Souza committed Jun 3, 2024
1 parent bc51f3a commit 4838b8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/DonationsHistory/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ export interface IDonationsInGivenDay {
donations: IDonations;
}

// export type ViewOption = 'donated' | 'received';
export enum ViewOptions {
Donated = 'donated',
Received = 'received',
Expand Down

0 comments on commit 4838b8e

Please sign in to comment.