Commit 58f2cd78 authored by Chunchi Che's avatar Chunchi Che

npm fmt

parent 651818a2
Pipeline #21106 passed with stages
in 15 minutes and 21 seconds
......@@ -18,7 +18,9 @@ export default (hint: MsgHint, dispatch: AppDispatch) => {
break;
}
case MsgHint.HintType.HINT_SELECTMSG: {
dispatch(fetchSelectHintMeta({ selectHintData: hint.hint_data, esHint: "" }));
dispatch(
fetchSelectHintMeta({ selectHintData: hint.hint_data, esHint: "" })
);
break;
}
default: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment