Skip to content

Commit 640992a

Browse files
committed
fix prettier in approveform
Signed-off-by: YoungHypo <[email protected]>
1 parent e99375d commit 640992a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dashboard/src/pages/ChainCode/forms/ApproveForm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ApproveForm = props => {
2424
const response = await listChannel();
2525
const newChannels = Object.keys(response.data.data).map(item => ({
2626
label: response.data.data[item].name,
27-
value: response.data.data[item].name
27+
value: response.data.data[item].name,
2828
}));
2929
setChannels(newChannels);
3030
}

0 commit comments

Comments
 (0)