Skip to content

Commit

Permalink
fix: update var used for conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
roadlittledawn committed Sep 14, 2021
1 parent 8b71cb6 commit 325ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/instant-observability.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ const QuickstartsPage = ({ data, location }) => {
/>
<FormControl>
<Label htmlFor="quickstartCategoryByType">Categories</Label>
{detectMobile.isMobile() ? (
{isMobile ? (
<Select
id="quickstartCategoryByType"
value={category}
Expand Down

0 comments on commit 325ac77

Please sign in to comment.