Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/npm-dependencies-d38…
Browse files Browse the repository at this point in the history
…8bbe8f3
  • Loading branch information
Shebuka authored Aug 1, 2024
2 parents 242fdcb + 7db3f4e commit 077ab70
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/quest-table/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ function QuestTable({
return <CenterCell>
{props.row.original.finishRewards.traderStanding.map(reward => {
const trader = traders.find(t => t.id === reward.trader.id);
if (!trader) {
return '';
}
return <TraderImage
trader={trader}
reputationChange={reward.standing}
Expand Down

0 comments on commit 077ab70

Please sign in to comment.