ui: Run make format to format ui code.

This commit is contained in:
Orne Brocaar 2024-08-28 14:42:16 +01:00
parent 29b5c3de1c
commit 5418218aa1
2 changed files with 6 additions and 5 deletions

View File

@ -87,7 +87,8 @@ function ListDevices(props: IProps) {
width: 250, width: 250,
render: (text, record) => ( render: (text, record) => (
<Link <Link
to={`/tenants/${props.application.getTenantId()}/applications/${props.application.getId()}/devices/${record.devEui to={`/tenants/${props.application.getTenantId()}/applications/${props.application.getId()}/devices/${
record.devEui
}`} }`}
> >
{text} {text}