Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Prowlarr/commit/51e33740b0586ce28ee53246d72a4100b59087c3 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update import path in CategoryLabel

pull/1672/head
Bogdan 2 years ago
parent 119164f729
commit 51e33740b0

@ -1,8 +1,8 @@
import PropTypes from 'prop-types';
import React from 'react';
import Label from 'Components/Label';
import Tooltip from 'Components/Tooltip/Tooltip';
import { kinds, tooltipPositions } from 'Helpers/Props';
import Tooltip from '../../Components/Tooltip/Tooltip';
function CategoryLabel({ categories }) {
const sortedCategories = categories.filter((cat) => cat.name !== undefined).sort((c) => c.id);

Loading…
Cancel
Save