diff --git a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue index c4d1750..fcfcc5b 100644 --- a/DysonNetwork.Drive/Client/src/views/dashboard/files.vue +++ b/DysonNetwork.Drive/Client/src/views/dashboard/files.vue @@ -125,6 +125,7 @@ const tableColumns: DataTableColumns = [ title: 'Pool', key: 'pool', render(row: any) { + if (!row.pool) return 'Unstored' return h( NTooltip, {},