fix: Some react warnings in dev mode

This commit is contained in:
Tom Moor
2022-11-14 19:36:24 -05:00
parent 4047ec73bb
commit 4c8138ad4a
5 changed files with 22 additions and 18 deletions

View File

@@ -291,7 +291,6 @@ function DocumentHeader({
to={newDocumentPath(document.collectionId, {
templateId: document.id,
})}
primary
>
{t("New from template")}
</Button>