From 01809ca6447b402445b6be54f41271657767d284 Mon Sep 17 00:00:00 2001 From: Jonathan Bailey Date: Mon, 13 Jan 2020 16:02:21 -0500 Subject: [PATCH] Remove colon after Callbacks title --- src/components/ContentItems/ContentItems.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ContentItems/ContentItems.tsx b/src/components/ContentItems/ContentItems.tsx index 2c34ff70..61fa1bdc 100644 --- a/src/components/ContentItems/ContentItems.tsx +++ b/src/components/ContentItems/ContentItems.tsx @@ -32,7 +32,7 @@ export class ContentItems extends React.Component<{ return ( - Callbacks: + Callbacks {item.callbacks.map((callbackIndex, idx) => { return ; })}