+
+
+ Following {exportStats.following_count} account{ exportStats.following_count !== 1 && "s" }
+
+ exportFollowing()}
+ result={exportFollowingResult}
+ showError={true}
+ disabled={exportStats.following_count === 0}
+ />
+
+
+
+ Followed by {exportStats.followers_count} account{ exportStats.followers_count !== 1 && "s" }
+
+ exportFollowers()}
+ result={exportFollowersResult}
+ showError={true}
+ disabled={exportStats.followers_count === 0}
+ />
+
+
+
+ Created {exportStats.lists_count} list{ exportStats.lists_count !== 1 && "s" }
+
+ exportLists()}
+ result={exportListsResult}
+ showError={true}
+ disabled={exportStats.lists_count === 0}
+ />
+
+
+
+ Blocking {exportStats.blocks_count} account{ exportStats.blocks_count !== 1 && "s" }
+
+ exportBlocks()}
+ result={exportBlocksResult}
+ showError={true}
+ disabled={exportStats.blocks_count === 0}
+ />
+
+
+
+ Muting {exportStats.mutes_count} account{ exportStats.mutes_count !== 1 && "s" }
+
+ exportMutes()}
+ result={exportMutesResult}
+ showError={true}
+ disabled={exportStats.mutes_count === 0}
+ />
+
+
+