diff --git a/client/components/routeservers/routes/route/column.jsx b/client/components/routeservers/routes/route/column.jsx index a2658b1..b078b04 100644 --- a/client/components/routeservers/routes/route/column.jsx +++ b/client/components/routeservers/routes/route/column.jsx @@ -43,10 +43,9 @@ export const ColNetwork = function(props) { {props.route.network} - - {props.displayReasons == ROUTES_FILTERED && } - {props.displayReasons == ROUTES_NOT_EXPORTED && } + + ); }