Skip loading gravatars if user has third party icons deselected

This commit is contained in:
Bryan Housel
2019-12-20 14:16:54 -05:00
parent 11dfe7e571
commit 96250be04a
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ import {
export function uiNoteEditor(context) {
var dispatch = d3_dispatch('change');
var quickLinks = uiQuickLinks();
var noteComments = uiNoteComments();
var noteComments = uiNoteComments(context);
var noteHeader = uiNoteHeader();
// var formFields = uiFormFields(context);