diff --git a/bitchat/Views/LocationNotesView.swift b/bitchat/Views/LocationNotesView.swift index bc9edba4..07e5bf50 100644 --- a/bitchat/Views/LocationNotesView.swift +++ b/bitchat/Views/LocationNotesView.swift @@ -72,9 +72,6 @@ struct LocationNotesView: View { Text(note.displayName) .font(.system(size: 12, weight: .semibold, design: .monospaced)) .foregroundColor(secondaryTextColor) - Text(note.createdAt, style: .relative) - .font(.system(size: 11, design: .monospaced)) - .foregroundColor(secondaryTextColor.opacity(0.8)) } Text(note.content) .font(.system(size: 14, design: .monospaced))