Skip to content

Commit

Permalink
enable expand for all users
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Whitacre committed Jun 24, 2024
1 parent fe10e14 commit a9c24ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/app/stats.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { PositionPipe } from 'src/pipes/position.pipe'
<ng-container *ngIf="vm.stats">
<stats-table
[stats]="vm.stats"
[showExpand]="vm.isAdmin"
[showExpand]="true"
></stats-table>
</ng-container>
</ng-container>
Expand Down

0 comments on commit a9c24ef

Please sign in to comment.