Removed redundant display variable from user bindings

This commit is contained in:
Dean 2022-09-20 10:15:23 +01:00
parent 58d96d3a6b
commit d0d63f14b0
1 changed files with 0 additions and 1 deletions

View File

@ -405,7 +405,6 @@ export const getUserBindings = () => {
providerId: "user",
category: "Current User",
icon: "User",
display: fieldSchema.fieldName,
})
})
return bindings