mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
fixes noexport reasons
This commit is contained in:
@ -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}`}
|
||||
|
Reference in New Issue
Block a user