diff --git a/imports/Spectral/Component/Timeline/StateDelegate.qml b/imports/Spectral/Component/Timeline/StateDelegate.qml index 8325fb405..60e4a6dfa 100644 --- a/imports/Spectral/Component/Timeline/StateDelegate.qml +++ b/imports/Spectral/Component/Timeline/StateDelegate.qml @@ -17,7 +17,7 @@ RowLayout { Layout.preferredHeight: 24 name: author.displayName - source: author.avatarMediaId + source: author.avatarMediaId ? "image://mxc/" + author.avatarMediaId : "" color: author.color Component {