TP-49977 | console log removed
This commit is contained in:
@@ -59,7 +59,6 @@ const DescriptionContent: React.FC<DescriptionContentProps> = ({
|
||||
const endPoint = FETCH_RCA_LINK(id.toString());
|
||||
ApiService.get(endPoint)
|
||||
.then(response => {
|
||||
console.log(response);
|
||||
dispatch({ type: ActionType.SET_RCA_LINKS, payload: response?.data });
|
||||
})
|
||||
.catch(error => {
|
||||
|
||||
Reference in New Issue
Block a user