Skip to content

Commit

Permalink
feat: added sentry test button
Browse files Browse the repository at this point in the history
  • Loading branch information
varun2948 committed Jul 20, 2023
1 parent 9b6a855 commit 063e8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/frontend/main/src/views/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const Home = () => {
return (
<div style={{ padding: 7, flex: 1 }}>
<SearchablesRow onSearch={handleSearch} />
<button style={{ opacity: 0 }} onClick={() => methodDoesNotExist()}>Break the world</button>;
{stateHome.homeProjectLoading == false ? (
filteredProjectCards.length > 0 ? (
<CoreModules.Grid px={1} spacing={1.5} container columns={{ xs: 1, sm: 3, md: 4, lg: 6, xl: 7 }}>
Expand Down

0 comments on commit 063e8d5

Please sign in to comment.