Skip to content

Commit

Permalink
Notify user of no reward
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored Dec 11, 2023
1 parent 4e07b2e commit c26942e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Helpers/AssetHelpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ function createRewardsString($array) {
}
}
if (!count($string)) {
return;
return 'Nothing. :('; // :(
}

if (count($string) == 1) {
Expand Down

0 comments on commit c26942e

Please sign in to comment.