Skip to content

Commit

Permalink
#1283 Clean up a debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 29, 2020
1 parent ae5a42d commit 480fb40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/views/components/sharing/sharing-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</thead>
<tbody>
<tr ng-repeat="share in $ctrl.shares | orderBy:'organisationName'">
<td>{{share.organisationName}} - {{share.owner}}</td>
<td>{{share.organisationName}}</td>
<td ng-if="$ctrl.readOnly">
<span>{{share.profileName}}</span>
</td>
Expand Down

0 comments on commit 480fb40

Please sign in to comment.