diff --git a/client/components/routeservers/communities/noexport-reason.jsx b/client/components/routeservers/communities/noexport-reason.jsx index 8d9ce7b..cf73092 100644 --- a/client/components/routeservers/communities/noexport-reason.jsx +++ b/client/components/routeservers/communities/noexport-reason.jsx @@ -18,7 +18,7 @@ class NoExportReason extends React.Component { ); const reasonsView = reasons.map(([community, reason], key) => { - const cls = `noexport-reason noexport-reason-${community[2]}`; + const cls = `noexport-reason noexport-reason-${community[1]}-${community[2]}`; return (