File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ const ResultBody = styled.div`
163
163
-webkit-box-orient: vertical;
164
164
` ;
165
165
166
- const StyledTimestampContaimer = styled . div `
166
+ const StyledTimestampContainer = styled . div `
167
167
flex-shrink: 0;
168
168
margin-inline-start: 6px;
169
169
@@ -235,12 +235,12 @@ export const MessageSearchResult = (props: MessageSearchResultProps) => {
235
235
< StyledResultText >
236
236
< ResultsHeader >
237
237
< ConversationHeader source = { destination } conversationId = { conversationId } />
238
- < StyledTimestampContaimer >
238
+ < StyledTimestampContainer >
239
239
< Timestamp
240
240
timestamp = { serverTimestamp || timestamp || sent_at || received_at }
241
241
isConversationSearchResult = { true }
242
242
/>
243
- </ StyledTimestampContaimer >
243
+ </ StyledTimestampContainer >
244
244
</ ResultsHeader >
245
245
< ResultBody >
246
246
< FromUserInGroup authorPubkey = { source } conversationId = { conversationId } />
You can’t perform that action at this time.
0 commit comments