fixed firwmare query

This commit is contained in:
Irtiza-h30
2020-08-24 14:01:04 -04:00
parent c416d87106
commit 15df3caf6b

View File

@@ -136,7 +136,7 @@ const AccessPointDetails = ({ locations }) => {
GET_ALL_FIRMWARE,
{
skip: !data?.getEquipment?.model,
variables: { modelId: data?.getEquipment?.model?.toLowerCase() },
variables: { modelId: data?.getEquipment?.model },
}
);