🐛 Fix frontend drive error
This commit is contained in:
@@ -125,6 +125,7 @@ const tableColumns: DataTableColumns<any> = [
|
|||||||
title: 'Pool',
|
title: 'Pool',
|
||||||
key: 'pool',
|
key: 'pool',
|
||||||
render(row: any) {
|
render(row: any) {
|
||||||
|
if (!row.pool) return 'Unstored'
|
||||||
return h(
|
return h(
|
||||||
NTooltip,
|
NTooltip,
|
||||||
{},
|
{},
|
||||||
|
Reference in New Issue
Block a user