update listening practice category listing,
This commit is contained in:
@@ -145,7 +145,6 @@ export interface LpCategoriesTableProps {
|
|||||||
|
|
||||||
function getCatImageFromId(row: LpCategory): string | undefined {
|
function getCatImageFromId(row: LpCategory): string | undefined {
|
||||||
return `http://127.0.0.1:8090/api/files/${row.collectionId}/${row.id}/${row.cat_image}`;
|
return `http://127.0.0.1:8090/api/files/${row.collectionId}/${row.id}/${row.cat_image}`;
|
||||||
return 'get cat image from id';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export function LpCategoriesTable({ rows }: LpCategoriesTableProps): React.JSX.Element {
|
export function LpCategoriesTable({ rows }: LpCategoriesTableProps): React.JSX.Element {
|
||||||
|
Reference in New Issue
Block a user