Skip to content

Commit 83cf01a

Browse files
committed
bug fix
1 parent 505f7d2 commit 83cf01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/Home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ type Native_StartVPNObj = {
293293
</>
294294
)}
295295
</button>
296-
<p className="home-location">Selected Location</p>
296+
{/* <p className="home-location">Selected Location</p> */}
297297
</div>
298298
)
299299
}

0 commit comments

Comments
 (0)