Closed lgmarchi closed 1 week ago
This pull request includes a minor change to the CallScreen.svelte file to improve the handling of the timeCallStarted variable. The change ensures that the variable is checked for null before being used.
CallScreen.svelte
timeCallStarted
null
src/lib/components/calling/CallScreen.svelte
$timeCallStarted
Download the app installers for this pull request:
Automated tests execution is complete! You can find the Playwright test report here and the Allure Test Report here
What this PR does 📖
This pull request includes a minor change to the
CallScreen.svelte
file to improve the handling of thetimeCallStarted
variable. The change ensures that the variable is checked fornull
before being used.src/lib/components/calling/CallScreen.svelte
: Modified the code to assign$timeCallStarted
to a local variabletimeCallStarted
and added a null check before using it.Which issue(s) this PR fixes 🔨
Special notes for reviewers 🗒️
Additional comments 🎤