Fix cost not shown in comment details (#1330)

This commit is contained in:
ekzyis 2024-08-25 18:40:02 -05:00 committed by GitHub
parent 467a9d6a76
commit 203db13553
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ export const COMMENT_FIELDS = gql`
actionState
confirmedAt
}
cost
}
`