From e985078b80ffba1dc90a87dada8dc9bf185cbc87 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 12 Aug 2021 11:26:28 -0700 Subject: [PATCH] fix: JS error scrolling overflowed templates page closes #2445 --- app/scenes/Templates.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/scenes/Templates.js b/app/scenes/Templates.js index 1c937880..62f732c9 100644 --- a/app/scenes/Templates.js +++ b/app/scenes/Templates.js @@ -1,6 +1,6 @@ // @flow import { observer } from "mobx-react"; -import { TemplateIcon } from "outline-icons"; +import { ShapesIcon } from "outline-icons"; import * as React from "react"; import { useTranslation } from "react-i18next"; import { type Match } from "react-router-dom"; @@ -29,7 +29,7 @@ function Templates(props: Props) { return ( } + icon={} title={t("Templates")} actions={