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>
|
||||
{
|
||||
split(item.required).map((r) => {
|
||||
item.required.map((r) => {
|
||||
return (
|
||||
<Label
|
||||
key={r}
|
||||
@ -143,7 +143,7 @@ function TagDetailsModalContent(props) {
|
||||
|
||||
<div>
|
||||
{
|
||||
split(item.ignored).map((i) => {
|
||||
item.ignored.map((i) => {
|
||||
return (
|
||||
<Label
|
||||
key={i}
|
||||
|
Loading…
Reference in New Issue
Block a user