1
0
mirror of https://github.com/nerzhul/ocsms.git synced 2025-06-07 07:56:23 +00:00

conditional strength fix

This commit is contained in:
Loic Blot 2018-11-11 11:40:04 +01:00
parent 81de9d6906
commit d87259366f
No known key found for this signature in database
GPG Key ID: EFAA458E8C153987

View File

@ -124,7 +124,7 @@ use \OCA\OcSms\Lib\CountryCodes;
</div>
<div id="app-content-wrapper" v-if="!isConvLoading">
<div v-if="messages.length == 0" id="ocsms-empty-conversation"><?php p($l->t('Please select a conversation from the list to load it.'));?></div>
<div v-if="messages.length === 0" id="ocsms-empty-conversation"><?php p($l->t('Please select a conversation from the list to load it.'));?></div>
<div v-if="messages.length > 0" class="ocsms-messages-container">
<div v-for="message in orderedMessages">
<div v-bind:class="['msg-'+ message.type]">