Skip to content

Commit 1df81ac

Browse files
no message
1 parent 76f52e9 commit 1df81ac

File tree

2 files changed

+2
-25
lines changed

2 files changed

+2
-25
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/components/landing/IndependantTI.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const IndependantTI = ({
1414
style,
1515
tiProps,
1616
bottomText,
17-
chainable
17+
chainable,
1818
}: {
1919
name: string;
2020
onSubmit?: () => void;
@@ -23,7 +23,7 @@ const IndependantTI = ({
2323
style?: ViewStyle;
2424
tiProps?: TextInputProps;
2525
bottomText?: string;
26-
chainable?: string
26+
chainable?: string;
2727
}) => {
2828
const [isFocused, setIsFocused] = React.useState(false);
2929

0 commit comments

Comments
 (0)