Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
behroozbc committed Jul 25, 2024
1 parent c772eed commit c3dbdf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/app/feature/jam/modules/setad/models/idormitories.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { ProfileShowEntity } from "src/app/feature/setting/models/profile-info";

export interface IDormitories {
id:number;
profile: ProfileShowEntity;
refId: string;
authority: string;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<ng-container matColumnDef="playersCount">
<th mat-header-cell
mat-sort-header
*matHeaderCellDef> زمان ثبت </th>
*matHeaderCellDef> تعداد اعضای تیم </th>
<td mat-cell
*matCellDef="let element"> {{element.playersCount}} </td>
</ng-container>
Expand Down

0 comments on commit c3dbdf5

Please sign in to comment.