Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
WojtekBoman committed Apr 30, 2024
1 parent d7b9716 commit 76cc3e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Travel/getTripIllustrationStyle/index.native.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {ViewStyle} from 'react-native';

// Styling lottie animations for the ManageTrips component requires different margin values ​​depending on the platform
// Styling lottie animations for the ManageTrips component requires different margin values depending on the platform.
export default function getTripIllustrationStyle(): ViewStyle {
return {
marginVertical: 20,
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Travel/getTripIllustrationStyle/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type {ViewStyle} from 'react-native';

// Styling lottie animations for the ManageTrips component requires different margin values ​​depending on the platform
// Styling lottie animations for the ManageTrips component requires different margin values depending on the platform.
export default function getTripIllustrationStyle(): ViewStyle {
return {
marginTop: 20,
Expand Down

0 comments on commit 76cc3e3

Please sign in to comment.