Skip to content

Commit dac7586

Browse files
committed
fix build typo errors
1 parent c308ff2 commit dac7586

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/components/CustomBubble/index.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ const ReadInfo = ({ currentMessage, activeRoom }: ReadInfoProps) => {
4646
);
4747
}
4848
}
49+
50+
return <></>;
4951
};
5052

5153
const CustomBubble = (props: CustomBubbleProps) => {

src/components/TextInput/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { StyleProp, TextInputProps, TextStyle } from "react-native";
33
import { useTheme } from "styled-components/native";
44
import { StyledTextInput } from "./styles";
55

6-
interface InputProps extends TextInputProps {
6+
export interface InputProps extends TextInputProps {
77
style?: StyleProp<TextStyle>;
88
}
99

0 commit comments

Comments
 (0)