mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 10:15:58 +08:00
remove a comma
This commit is contained in:
@@ -3,7 +3,7 @@ const packagename = 'coral-plugin-questionbox';
|
||||
|
||||
const QuestionBox = ({enable, content}) =>
|
||||
<div
|
||||
className={`${packagename}-info ${enable ? null : ', hidden'}` }>
|
||||
className={`${packagename}-info ${enable ? null : 'hidden'}` }>
|
||||
{content}
|
||||
</div>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user