From 203db135536b20e95bd1257cbd11dd69ea8fc3f0 Mon Sep 17 00:00:00 2001 From: ekzyis Date: Sun, 25 Aug 2024 18:40:02 -0500 Subject: [PATCH] Fix cost not shown in comment details (#1330) --- fragments/comments.js | 1 + 1 file changed, 1 insertion(+) diff --git a/fragments/comments.js b/fragments/comments.js index 131e758a..2abe51ee 100644 --- a/fragments/comments.js +++ b/fragments/comments.js @@ -40,6 +40,7 @@ export const COMMENT_FIELDS = gql` actionState confirmedAt } + cost } `