Skip to content

Commit

Permalink
merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkabuki committed Jul 19, 2023
2 parents 86eec08 + 431c935 commit e1fa3b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion packages/mobile/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions packages/mobile/src/components/Message/Message.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ export const Message: FC<MessageProps & FileActionsProps> = ({
openUrl,
pendingMessages,
}) => {
const componentDecorator = (decoratedHref: string, decoratedText: string, key: number): ReactNode => {
return (
<Typography fontSize={14} color={'link'} onPress={() => openUrl(decoratedHref)} key={key}>
{decoratedText}
</Typography>
)
}

const renderMessage = (message: DisplayableMessage, pending: boolean) => {
switch (message.type) {
case 2: // MessageType.Image (cypress tests incompatibility with enums)
Expand Down

0 comments on commit e1fa3b4

Please sign in to comment.