From 4b5d6e760eddb7ebf96c6101000659fadc1ddebb Mon Sep 17 00:00:00 2001 From: Luis Ball Date: Thu, 21 Oct 2021 10:47:39 -0700 Subject: [PATCH] chore: remove the domain prop This commit removes the `domain` prop from the `Imgix` component to fix an issue with the types. The `@types/react-imgix` repo doesn't yet have the new `domain` prop defined. --- frontend/src/components/grids/AssetGrid.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/src/components/grids/AssetGrid.tsx b/frontend/src/components/grids/AssetGrid.tsx index 1f173a1d..4cc6e87d 100644 --- a/frontend/src/components/grids/AssetGrid.tsx +++ b/frontend/src/components/grids/AssetGrid.tsx @@ -14,8 +14,7 @@ export function AssetGrid({ assets, domain }: Props): ReactElement {