mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-14 11:23:42 +02:00
parent
bb89fb0867
commit
979219f7df
@ -128,7 +128,7 @@ function TagDetailsModalContent(props) {
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
split(item.required).map((r) => {
|
item.required.map((r) => {
|
||||||
return (
|
return (
|
||||||
<Label
|
<Label
|
||||||
key={r}
|
key={r}
|
||||||
@ -143,7 +143,7 @@ function TagDetailsModalContent(props) {
|
|||||||
|
|
||||||
<div>
|
<div>
|
||||||
{
|
{
|
||||||
split(item.ignored).map((i) => {
|
item.ignored.map((i) => {
|
||||||
return (
|
return (
|
||||||
<Label
|
<Label
|
||||||
key={i}
|
key={i}
|
||||||
|
Loading…
Reference in New Issue
Block a user