Live video on the AT Protocol

app: fix syntax

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