fixes noexport reasons
This commit is contained in:
parent
6dae228cc3
commit
357fee359e
@ -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 (
|
||||
<p key={key} className={cls}>
|
||||
<a href={`http://irrexplorer.nlnog.net/search/${route.network}`}
|
||||
|
Loading…
x
Reference in New Issue
Block a user