diff --git a/client/coral-ui/components/Tab.js b/client/coral-ui/components/Tab.js
index cc2ee82d7..492c35cbe 100644
--- a/client/coral-ui/components/Tab.js
+++ b/client/coral-ui/components/Tab.js
@@ -4,7 +4,7 @@ import styles from './Tab.css';
export default ({children, tabId, active, onTabClick, cStyle = 'base', ...props}) => (
onTabClick(tabId)}
>
{children}
diff --git a/client/coral-ui/components/TabBar.js b/client/coral-ui/components/TabBar.js
index 7809dee11..08f466ffc 100644
--- a/client/coral-ui/components/TabBar.js
+++ b/client/coral-ui/components/TabBar.js
@@ -17,7 +17,7 @@ class TabBar extends React.Component {
const {children, activeTab, cStyle = 'base'} = this.props;
return (
-
+
{React.Children.toArray(children)
.filter((child) => !child.props.restricted)
.map((child, tabId) =>
diff --git a/package.json b/package.json
index 2834a3e3a..95e4515fc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "talk",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "A better commenting experience from Mozilla, The New York Times, and the Washington Post. https://coralproject.net",
"main": "app.js",
"scripts": {
diff --git a/plugins.default.json b/plugins.default.json
index 7b2115421..3bc2e41bf 100644
--- a/plugins.default.json
+++ b/plugins.default.json
@@ -12,6 +12,7 @@
"coral-plugin-auth",
"coral-plugin-offtopic",
"coral-plugin-viewing-options",
- "coral-plugin-comment-content"
+ "coral-plugin-comment-content",
+ "talk-plugin-permalink"
]
}