mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
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:
@@ -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')}{' '}
|
||||
|
||||
Reference in New Issue
Block a user