Skip to content

Commit

Permalink
Merge pull request stakwork#624 from aliraza556/Completed-Bounties-In…
Browse files Browse the repository at this point in the history
…correctly-Displayed-Mobile-View

Fixed[Bug]: `Completed` Bounties Incorrectly Displayed as `Assigned` in `Mobile View`
  • Loading branch information
elraphty authored Nov 12, 2024
2 parents 1efcddd + bfaebb5 commit a3dcd80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/people/widgetViews/wantedViews/MobileView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ function MobileView(props: any) {
show,
paid,
isMine,
titleString
titleString,
completed
} = props;

const { ui, main } = useStores();
Expand Down Expand Up @@ -107,6 +108,7 @@ function MobileView(props: any) {
marginTop: 10
}}
paid={paid}
completed={completed}
/>
)}
{{ ...assignee }.owner_alias && (
Expand Down

0 comments on commit a3dcd80

Please sign in to comment.