From bcff425e60369b973ade388a88cc855cb2ff745f Mon Sep 17 00:00:00 2001 From: Roland Osborne Date: Mon, 17 Apr 2023 10:41:09 -0700 Subject: [PATCH] fix padding issue on call modal --- net/server/internal/ucContactSync_test.go | 7 +++++++ net/web/src/session/Session.jsx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/net/server/internal/ucContactSync_test.go b/net/server/internal/ucContactSync_test.go index 75a611b2..0163801c 100644 --- a/net/server/internal/ucContactSync_test.go +++ b/net/server/internal/ucContactSync_test.go @@ -59,6 +59,13 @@ func TestContactSync(t *testing.T) { assert.NoError(t, APITestMsg(GetCards, "GET", "/contact/cards?revision="+cardRevision, nil, nil, APPTokenAgent, set.B.Token, cards, &hdr)) cardRevision = hdr["Card-Revision"][0] + if len(*cards) != 0 { + PrintMsg("TEST WILL FAIL"); + PrintMsg(*cards); + PrintMsg("****"); + PrintMsg(set); + PrintMsg("----"); + } assert.Equal(t, 0, len(*cards)) // ?? actual 1 // set card notes diff --git a/net/web/src/session/Session.jsx b/net/web/src/session/Session.jsx index aa18b25a..b165a78f 100644 --- a/net/web/src/session/Session.jsx +++ b/net/web/src/session/Session.jsx @@ -328,7 +328,7 @@ export function Session() { - + { !state.remoteVideo && (