From 05648173aecdd883c1ef6c061cf2f32dad034b85 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Mon, 17 Feb 2020 16:00:18 -0500 Subject: Fix dynamic post url changing issue. --- ui/src/components/iframely-card.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/src/components/iframely-card.tsx') diff --git a/ui/src/components/iframely-card.tsx b/ui/src/components/iframely-card.tsx index b0a0d34b..4bae06d1 100644 --- a/ui/src/components/iframely-card.tsx +++ b/ui/src/components/iframely-card.tsx @@ -52,7 +52,7 @@ export class IFramelyCard extends Component< {iframely.html && ( {this.state.expanded ? '[-]' : '[+]'} @@ -72,7 +72,7 @@ export class IFramelyCard extends Component< )} {this.state.expanded && (
)} -- cgit v1.2.3