Remove unused prop on UTM table

This commit is contained in:
Chris Walsh 2022-07-21 19:52:32 -07:00
parent 7d1f8ea77b
commit 8d5c9c9711
No known key found for this signature in database
GPG Key ID: 28EE0CCA6032019E
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ export default function UTMTable({ websiteId, showFilters, ...props }) {
type={type}
metric={formatMessage(messages.views)}
websiteId={websiteId}
updateOnTypeChange
delay={0}
/>
</>