Skip to content

Commit 7da2155

Browse files
committed
swap url
1 parent 55e6cb8 commit 7da2155

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

versioned_docs/version-7.x/testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ function HomeScreen() {
631631
);
632632
}
633633

634-
const url = 'place_your_url_here';
634+
const url = 'placeholder_url';
635635

636636
function ProfileScreen() {
637637
const [loading, setLoading] = useState(true);
@@ -690,7 +690,7 @@ function HomeScreen() {
690690
);
691691
}
692692

693-
const url = 'place_your_url_here';
693+
const url = 'placeholder_url';
694694

695695
function ProfileScreen() {
696696
const [loading, setLoading] = useState(true);

0 commit comments

Comments
 (0)