1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Fix linting for Backup/BackupRow

This commit is contained in:
Mark McDowall
2022-02-21 13:31:59 -08:00
parent 715711e6d7
commit 590f306e5f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -157,4 +157,4 @@ BackupRow.propTypes = {
onDeleteBackupPress: PropTypes.func.isRequired
};
export default BackupRow;
export default BackupRow;
+1 -1
View File
@@ -170,4 +170,4 @@ Backups.propTypes = {
onDeleteBackupPress: PropTypes.func.isRequired
};
export default Backups;
export default Backups;