fix(translations): sync translations from transifex (master) #816
Annotations
11 warnings
Run c-hive/gha-yarn-cache@v1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Run c-hive/gha-yarn-cache@v1
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Lint:
src/bottom-bar/accept-button/accept-button.js#L22
React Hook useEffect has a missing dependency: 'show'. Either include it or remove the dependency array
|
Lint:
src/bottom-bar/unaccept-button/unaccept-button.js#L22
React Hook useEffect has a missing dependency: 'show'. Either include it or remove the dependency array
|
Lint:
src/bottom-bar/unapprove-button/unapprove-button.js#L22
React Hook useEffect has a missing dependency: 'show'. Either include it or remove the dependency array
|
Lint:
src/data-workspace/display/display.js#L53
React Hook useEffect has missing dependencies: 'fetchDataSet' and 'periodIds.length'. Either include them or remove the dependency array
|
Lint:
src/data-workspace/display/display.js#L53
React Hook useEffect has a complex expression in the dependency array. Extract it to a separate variable so it can be statically checked
|
Lint:
src/selection-context/selection-provider.js#L134
React Hook useEffect has a missing dependency: 'dataApprovalWorkflows'. Either include it or remove the dependency array
|
Lint:
src/top-bar/org-unit-select/approval-status-label.js#L48
React Hook useEffect has missing dependencies: 'fetchApprovalStatus', 'orgUnitId', 'period.id', and 'workflow.id'. Either include them or remove the dependency array
|
Lint:
src/top-bar/period-select/period-select.js#L39
React Hook useEffect has a missing dependency: 'period?.year'. Either include it or remove the dependency array
|
Lint:
src/workflow-context/workflow-provider.js#L31
React Hook useEffect has a missing dependency: 'fetchApprovalStatus'. Either include it or remove the dependency array
|
Loading