From bf959691ebb561fd25961b7b43a119836f940cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bel=C3=A9n=20Curcio?= Date: Tue, 31 Jul 2018 11:18:13 -0300 Subject: [PATCH] Changes --- src/core/client/stream/containers/CommentContainer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/client/stream/containers/CommentContainer.tsx b/src/core/client/stream/containers/CommentContainer.tsx index bda790209..0316112d1 100644 --- a/src/core/client/stream/containers/CommentContainer.tsx +++ b/src/core/client/stream/containers/CommentContainer.tsx @@ -7,7 +7,7 @@ import { CommentContainer as Data } from "talk-stream/__generated__/CommentConta import Comment from "../components/Comment"; -export interface InnerProps { +interface InnerProps { data: Data; }