From 4bbc06f30c9f78403c45681c99d82ca0b8b6b867 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 10 Jun 2020 13:56:38 +0200 Subject: [PATCH] Fix type check error --- scm-ui/ui-components/src/repos/HunkExpandDivider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/scm-ui/ui-components/src/repos/HunkExpandDivider.tsx b/scm-ui/ui-components/src/repos/HunkExpandDivider.tsx index f30d248dd9..db2da6c247 100644 --- a/scm-ui/ui-components/src/repos/HunkExpandDivider.tsx +++ b/scm-ui/ui-components/src/repos/HunkExpandDivider.tsx @@ -22,6 +22,7 @@ * SOFTWARE. */ import React, { FC } from "react"; +// @ts-ignore import { Decoration } from "react-diff-view"; import styled from "styled-components";