Skip to content
Snippets Groups Projects
Commit 40f29bae authored by Antoine Gaudron-Desjardins's avatar Antoine Gaudron-Desjardins Committed by Aymeric Chaumont
Browse files

info button

parent 42bf4bfa
No related branches found
No related tags found
1 merge request!38graph rework
......@@ -88,6 +88,10 @@ export default function Messages({ place, infos }) {
.then((res) => {
setMessages(res.data);
setLoading(false);
if (!width && infos && res.data.length) {
let otherIcon = document.getElementById("comments-icon-left");
otherIcon.style.cssText = "border: 1px solid red";
}
})
.catch((e) => {
console.log(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment