Skip to content

Commit

Permalink
Update App.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
SkipperQ93 authored Feb 23, 2024
1 parent 29c37ba commit f47145c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export default function App() {
onPress={(_event) => {
mapRef.current?.changeOnlineStatus({
userId: 554,
onlineStatus: true,
onlineStatus: false,
});
}}
>
Expand Down

0 comments on commit f47145c

Please sign in to comment.