Skip to content

Commit

Permalink
fix: use isMobile variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aswanson-nr committed Sep 14, 2021
1 parent 60a0f80 commit c5caed2
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 c5caed2

Please sign in to comment.