Last active
March 6, 2020 03:48
-
-
Save rodoabad/2b088a751ddf98dca8cb2362bb3936a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
export const CommentList = ({ | |
comments | |
}) => ( | |
comments.length === 0 && 'No comments yet' | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment