diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 27e2bfbbd..855cecfbf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -65,18 +65,18 @@ All help is welcome and greatly appreciated! If you would like to contribute to git push origin BRANCH_NAME -f ``` -### Helm Chart +### Helm Chart Tools Required: -- [Helm](https://helm.sh/docs/intro/install/) -- [helm-docs](https://github.com/norwoodj/helm-docs) +- [Helm](https://helm.sh/docs/intro/install/) +- [helm-docs](https://github.com/norwoodj/helm-docs) Steps: -1. Make the necessary changes. -2. Test your changes. -3. Update the `version` in `charts/jellyseerr-chart/Chart.yaml` following [Semantic Versioning (SemVer)](https://semver.org/). +1. Make the necessary changes. +2. Test your changes. +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. ### Contributing Code diff --git a/src/components/Settings/OverrideRule/OverrideRuleTiles.tsx b/src/components/Settings/OverrideRule/OverrideRuleTiles.tsx index 8b2acaf67..7f1f3f2c0 100644 --- a/src/components/Settings/OverrideRule/OverrideRuleTiles.tsx +++ b/src/components/Settings/OverrideRule/OverrideRuleTiles.tsx @@ -141,7 +141,7 @@ const OverrideRuleTiles = ({ } setUsers(users); })(); - }, [rules]); + }, [rules, users]); return ( <>