change texts
This commit is contained in:
@@ -27,7 +27,7 @@ export const getReviewTableColumns = (): ColumnType<Review>[] => {
|
||||
},
|
||||
{
|
||||
key: 'food',
|
||||
title: 'غذا',
|
||||
title: 'کالا',
|
||||
render: (item: Review) => {
|
||||
return item.food.title || '-'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user