Skip to content

Commit 49efba2

Browse files
committed
pincode in device table
1 parent 2b262e3 commit 49efba2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/features/Settings/DevicesView.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ const columns = [
5959
{
6060
id: "checkinpoint",
6161
label: 'Check In Ports'
62+
},
63+
{
64+
id: "pincode",
65+
label: 'Pin Code'
6266
}]
6367
const DevicesView: FunctionComponent<Props> = (props) => {
6468
const classes = useStyles()

0 commit comments

Comments
 (0)