From 84b5b8f57a4f5f66f5d7bd89de68d732e195008c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20Hn=C3=A1t?= Date: Wed, 2 Nov 2022 13:55:06 +0100 Subject: [PATCH] Fixed profile picture non existent --- dashboard_static/js/code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard_static/js/code.js b/dashboard_static/js/code.js index f98c27e..6f79741 100644 --- a/dashboard_static/js/code.js +++ b/dashboard_static/js/code.js @@ -50,7 +50,7 @@ function tweetCell(tweet) { var cell = document.createElement("div"); cell.innerHTML = `
- +
${tweet.user.name}