Skip to content

Commit

Permalink
fix: replace artist with article ownertype (#9428)
Browse files Browse the repository at this point in the history
fix: replace artist with article ownertype
  • Loading branch information
artsy-peril[bot] authored and MrSltun committed Oct 16, 2023
1 parent 07a639c commit e6a6173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/Scenes/Article/ArticleScreen.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { OwnerType } from "@artsy/cohesion"
import {
Flex,
Join,
Expand Down Expand Up @@ -52,7 +53,7 @@ const Article: React.FC<ArticleScreenProps> = (props) => {
<ProvideScreenTracking
info={{
context_screen: Schema.PageNames.ArticlePage,
context_screen_owner_type: Schema.OwnerEntityTypes.Artist,
context_screen_owner_type: OwnerType.article,
context_screen_owner_slug: data.article.slug ?? "",
context_screen_owner_id: data.article.internalID,
}}
Expand Down

0 comments on commit e6a6173

Please sign in to comment.