From e6a617369e0fa26931f5f58ef3d0caa04a6ac2f0 Mon Sep 17 00:00:00 2001 From: "artsy-peril[bot]" <27295005+artsy-peril[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 15:46:23 +0000 Subject: [PATCH] fix: replace artist with article ownertype (#9428) fix: replace artist with article ownertype --- src/app/Scenes/Article/ArticleScreen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/Scenes/Article/ArticleScreen.tsx b/src/app/Scenes/Article/ArticleScreen.tsx index 63659e2d179..ad0de2ffd48 100644 --- a/src/app/Scenes/Article/ArticleScreen.tsx +++ b/src/app/Scenes/Article/ArticleScreen.tsx @@ -1,3 +1,4 @@ +import { OwnerType } from "@artsy/cohesion" import { Flex, Join, @@ -52,7 +53,7 @@ const Article: React.FC = (props) => {