diff --git a/src/components/InstancesList/InstancesList.js b/src/components/InstancesList/InstancesList.js
index 04b012aaf..6989ead8e 100644
--- a/src/components/InstancesList/InstancesList.js
+++ b/src/components/InstancesList/InstancesList.js
@@ -611,20 +611,16 @@ class InstancesList extends React.Component {
- (
+
+ {
this.getActionItem({
id: 'new-fast-add-record',
icon: 'lightning',
messageId: 'ui-inventory.newFastAddRecord',
onClickHandler: buildOnClickHandler(this.toggleNewFastAddModal),
})
- )}
- type="create-inventory-records"
- />
+ }
+
+ {}}
+ type="create-inventory-records"
+ />
);
}