Skip to content

Commit

Permalink
Zenhub #960 Add "Shared With" column to Past Goals list
Browse files Browse the repository at this point in the history
  • Loading branch information
jizhaogit committed Jul 11, 2023
1 parent b211d76 commit 9ddb13f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/goal/partials/past-target-table.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
@if($goal->login_role == 'owner')
@include('goal.partials.status-change')
@else
{{$goal->status}}
<x-goal-status :status="$goal->status"></x-goal-status>
@endif

</td>
Expand Down

0 comments on commit 9ddb13f

Please sign in to comment.