Skip to content

Commit 9028631

Browse files
authored
Merge pull request #957 from topcoder-platform/CORE-96-1
fix: add task payment in category/type filter
2 parents 726f470 + 81ee52d commit 9028631

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/apps/wallet/src/home/tabs/winnings/WinningsTab.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ const ListView: FC<ListViewProps> = (props: ListViewProps) => {
191191
key: 'type',
192192
label: 'Type',
193193
options: [
194+
{
195+
label: 'Task Payment',
196+
value: 'TASK_PAYMENT',
197+
},
194198
{
195199
label: 'Contest Payment',
196200
value: 'CONTEST_PAYMENT',

0 commit comments

Comments
 (0)