Update appropriate <section> class in Profile section (#2170)

* Update appropriate <section> class in user profile section

Download my comment history has `talk-plugin-ignore-user-section` class. Should be `talk-plugin-profile-data--download-my-comment-history` (couldn't figure out the proper naming convention used).

* Fix linting error

* Fix lint second try
This commit is contained in:
Nacho Toledo
2019-02-05 16:49:25 +01:00
committed by Kiwi
parent fe9f92d3fc
commit 456abaf862
@@ -54,7 +54,9 @@ class DownloadCommentHistory extends Component {
const canRequestDownload = !lastAccountDownloadDate || hoursLeft <= 0;
return (
<section className={'talk-plugin-ignore-user-section'}>
<section
className={'talk-plugin-profile-data--download-my-comment-history'}
>
<h3>{t('download_request.section_title')}</h3>
<p>
{t('download_request.you_will_get_a_copy')}{' '}