From 5c095b8c1e50cace73c249f7988b5b56869fc7b0 Mon Sep 17 00:00:00 2001 From: Ilan Date: Wed, 24 Oct 2018 10:24:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fixing=20comment=20prefix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../__tests__/__snapshots__/demo.test.js.snap | 12 ++++++------ components/comment/index.tsx | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/comment/__tests__/__snapshots__/demo.test.js.snap b/components/comment/__tests__/__snapshots__/demo.test.js.snap index f212228e4e..73b83970d3 100644 --- a/components/comment/__tests__/__snapshots__/demo.test.js.snap +++ b/components/comment/__tests__/__snapshots__/demo.test.js.snap @@ -2,7 +2,7 @@ exports[`renders ./components/comment/demo/basic.md correctly 1`] = `
{ ...otherProps } = this.props; - const classString = classNames(`${prefixCls}-comment`, className); + const classString = classNames(prefixCls, className); const avatarDom = typeof avatar === 'string' ? : avatar;