fixed macaddress

This commit is contained in:
Sean Macfarlane
2020-12-14 22:25:12 -05:00
parent 9582ca56af
commit 85ef801831

View File

@@ -59,7 +59,7 @@ const accessPointsTableColumns = [
},
{
title: 'MAC',
dataIndex: ['baseMacAddress'],
dataIndex: 'baseMacAddress',
render: renderTableCell,
},
{