diff --git a/components/MessagesList.tsx b/components/MessagesList.tsx index 07094c6..789defa 100644 --- a/components/MessagesList.tsx +++ b/components/MessagesList.tsx @@ -59,7 +59,6 @@ export default function MessageList(props: Props) { ) // Hash .slice(-9, -1); - messageHtml = messageHtml.replace(/>>(\d{8})/g, (match, p1) => { console.log(match, p1); return `${match}`; @@ -74,8 +73,10 @@ export default function MessageList(props: Props) {
{message.user} {dateText} - ID : {tripId} +

); } + +function Reply() { + return ( + + + Created by potrace 1.15, written by Peter Selinger 2001-2017 + + + + + + ); +}