Live video on the AT Protocol

app: fix syntax

+3 -3
+3 -3
js/app/components/chat/chat.tsx
··· 339 339 } 340 340 borderRadius={isWeb ? 4 : 4} 341 341 onLongPress={() => { 342 - if (!isWeb) { 343 - handleReply(); 344 - } 342 + if (!isWeb) { 343 + handleReply(); 345 344 } 345 + }} 346 346 onPress={() => { 347 347 if (!isWeb) { 348 348 moderateMessage();