mirror of
				https://github.com/nerzhul/ocsms.git
				synced 2025-10-31 02:17:38 +00:00 
			
		
		
		
	conditional strength fix
This commit is contained in:
		
							parent
							
								
									81de9d6906
								
							
						
					
					
						commit
						d87259366f
					
				| @ -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]"> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user