From e6658878f5d4606dcbe70c96a49424d628598e36 Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Fri, 6 Oct 2023 18:34:58 +0100 Subject: [PATCH] Prevent case where tip amount can display as negative (#4519) --- frontend/openchat-client/src/stores/localMessageUpdates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/openchat-client/src/stores/localMessageUpdates.ts b/frontend/openchat-client/src/stores/localMessageUpdates.ts index 52808797d8..ac168b6aa8 100644 --- a/frontend/openchat-client/src/stores/localMessageUpdates.ts +++ b/frontend/openchat-client/src/stores/localMessageUpdates.ts @@ -65,7 +65,7 @@ export class LocalMessageUpdatesStore extends LocalUpdatesStore