chore: fix linting and formatting issues (#1530)
This commit is contained in:
@@ -65,18 +65,18 @@ All help is welcome and greatly appreciated! If you would like to contribute to
|
|||||||
git push origin BRANCH_NAME -f
|
git push origin BRANCH_NAME -f
|
||||||
```
|
```
|
||||||
|
|
||||||
### Helm Chart
|
### Helm Chart
|
||||||
|
|
||||||
Tools Required:
|
Tools Required:
|
||||||
|
|
||||||
- [Helm](https://helm.sh/docs/intro/install/)
|
- [Helm](https://helm.sh/docs/intro/install/)
|
||||||
- [helm-docs](https://github.com/norwoodj/helm-docs)
|
- [helm-docs](https://github.com/norwoodj/helm-docs)
|
||||||
|
|
||||||
Steps:
|
Steps:
|
||||||
|
|
||||||
1. Make the necessary changes.
|
1. Make the necessary changes.
|
||||||
2. Test your changes.
|
2. Test your changes.
|
||||||
3. Update the `version` in `charts/jellyseerr-chart/Chart.yaml` following [Semantic Versioning (SemVer)](https://semver.org/).
|
3. Update the `version` in `charts/jellyseerr-chart/Chart.yaml` following [Semantic Versioning (SemVer)](https://semver.org/).
|
||||||
4. Run the `helm-docs` command to regenerate the chart's README.
|
4. Run the `helm-docs` command to regenerate the chart's README.
|
||||||
|
|
||||||
### Contributing Code
|
### Contributing Code
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ const OverrideRuleTiles = ({
|
|||||||
}
|
}
|
||||||
setUsers(users);
|
setUsers(users);
|
||||||
})();
|
})();
|
||||||
}, [rules]);
|
}, [rules, users]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user