16159: Merge branch 'master' into 16159-logout-request-with-token
[arvados.git] / src / views-components / resource-properties-form / property-chip.tsx
index 1fba8a40a98b1dbdc1a22386a8f10ba41bdb8e58..b9a13fbbca52dbe3ab1f3543eb9f0ae099b33289 100644 (file)
@@ -51,7 +51,7 @@ export const PropertyChipComponent = connect(mapStateToProps, mapDispatchToProps
     }
 );
 
-export const getPropertyChip = (k:string, v:string, handleDelete:any, className:string) =>
+export const getPropertyChip = (k: string, v: string, handleDelete: any, className: string) =>
     <PropertyChipComponent
         key={`${k}-${v}`} className={className}
         onDelete={handleDelete}