From 8437e441128df7720c81b16dce28b240a69302c9 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Thu, 30 Apr 2020 17:35:46 -0400 Subject: [PATCH] Admin link button typing minor cleanup --- js/src/admin/components/AdminLinkButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/admin/components/AdminLinkButton.tsx b/js/src/admin/components/AdminLinkButton.tsx index 97781e5a2..0115f2c52 100644 --- a/js/src/admin/components/AdminLinkButton.tsx +++ b/js/src/admin/components/AdminLinkButton.tsx @@ -4,7 +4,7 @@ interface AdminLinkButtonProps extends LinkButtonProps { description?: string; } -export default class AdminLinkButton extends LinkButton { +export default class AdminLinkButton extends LinkButton { getButtonContent() { const content = super.getButtonContent(this.props.icon, this.props.loading, this.props.children);