Skip to content

Commit 90f9395

Browse files
Update src/react/src/components/ProductionLocation/Sidebar/SupplyChain/SupplyChainNetworkDrawer/SupplyChainNetworkDrawer.jsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 92178f1 commit 90f9395

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/react/src/components/ProductionLocation/Sidebar/SupplyChain/SupplyChainNetworkDrawer/SupplyChainNetworkDrawer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ SupplyChainNetworkDrawer.propTypes = {
217217
publicContributors: arrayOf(
218218
shape({
219219
id: number.isRequired,
220-
contributor_name: string,
220+
contributor_name: string.isRequired,
221221
contributor_type: string,
222222
list_names: arrayOf(string),
223223
}),

0 commit comments

Comments
 (0)