Skip to content

Commit

Permalink
Merge pull request #142 from open-schools/bugfix/ticket-list-family-name
Browse files Browse the repository at this point in the history
fix name of column
  • Loading branch information
levil664 authored Jun 14, 2024
2 parents a0e39c7 + 094379f commit 0794c25
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export function TicketList() {
['Создано', 'created_at'],
['Статус', 'status'],
['Содержание', 'content'],
['Отправитель', 'sender'],
['Семья', 'sender'],
]}
customWidths={[10, 10, 40, 30]}
data={tickets}
Expand Down

0 comments on commit 0794c25

Please sign in to comment.