mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Search and History Improvements
This commit is contained in:
@@ -27,6 +27,7 @@ class AddIndexerItem extends Component {
|
||||
|
||||
render() {
|
||||
const {
|
||||
name,
|
||||
implementation,
|
||||
implementationName,
|
||||
infoLink,
|
||||
@@ -47,7 +48,7 @@ class AddIndexerItem extends Component {
|
||||
|
||||
<div className={styles.overlay}>
|
||||
<div className={styles.name}>
|
||||
{implementationName}
|
||||
{name}
|
||||
</div>
|
||||
|
||||
<div className={styles.actions}>
|
||||
@@ -101,6 +102,7 @@ class AddIndexerItem extends Component {
|
||||
}
|
||||
|
||||
AddIndexerItem.propTypes = {
|
||||
name: PropTypes.string.isRequired,
|
||||
implementation: PropTypes.string.isRequired,
|
||||
implementationName: PropTypes.string.isRequired,
|
||||
infoLink: PropTypes.string.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user