mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-19 21:46:11 +05:00
fix warning with key
This commit is contained in:
@@ -72,7 +72,7 @@ export default function DialogTorrentInfo({ torrent, open }) {
|
|||||||
|
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<List>
|
<List>
|
||||||
<ListItem>
|
<ListItem key='TorrentMenu'>
|
||||||
<ButtonGroup
|
<ButtonGroup
|
||||||
style={style.width100}
|
style={style.width100}
|
||||||
variant='contained'
|
variant='contained'
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ export default function DonateDialog({ onClose }) {
|
|||||||
<DialogTitle id='form-dialog-title'>Donate</DialogTitle>
|
<DialogTitle id='form-dialog-title'>Donate</DialogTitle>
|
||||||
<DialogContent>
|
<DialogContent>
|
||||||
<List>
|
<List>
|
||||||
<ListItem>
|
<ListItem key='DonateLinks'>
|
||||||
<ButtonGroup variant='outlined' color='primary' aria-label='contained primary button group'>
|
<ButtonGroup variant='outlined' color='primary' aria-label='contained primary button group'>
|
||||||
<Button onClick={() => window.open('https://www.paypal.com/paypalme/yourok', '_blank')}>PayPal</Button>
|
<Button onClick={() => window.open('https://www.paypal.com/paypalme/yourok', '_blank')}>PayPal</Button>
|
||||||
<Button onClick={() => window.open('https://yoomoney.ru/to/410013733697114', '_blank')}>
|
<Button onClick={() => window.open('https://yoomoney.ru/to/410013733697114', '_blank')}>
|
||||||
@@ -24,7 +24,7 @@ export default function DonateDialog({ onClose }) {
|
|||||||
</Button>
|
</Button>
|
||||||
</ButtonGroup>
|
</ButtonGroup>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
<ListItem>
|
<ListItem key='DonateForm'>
|
||||||
{/* eslint-disable-next-line react/no-danger */}
|
{/* eslint-disable-next-line react/no-danger */}
|
||||||
<div dangerouslySetInnerHTML={{ __html: donateFrame }} />
|
<div dangerouslySetInnerHTML={{ __html: donateFrame }} />
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|||||||
Reference in New Issue
Block a user