Skip to content

Commit

Permalink
Stashing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
drewwebs committed Jan 23, 2021
1 parent e1d68f3 commit 8736b85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ GEM
nokogiri (1.11.1)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
nokogiri (1.11.1-x86_64-linux)
racc (~> 1.4)
pg (1.2.3)
pry (0.13.1)
coderay (~> 1.1)
Expand Down Expand Up @@ -230,6 +232,7 @@ GEM

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
annotate
Expand Down Expand Up @@ -264,4 +267,4 @@ RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
2.1.4
2.2.0
3 changes: 0 additions & 3 deletions frontend/components/reviews/Show.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ export default function ReviewShow({ review, setModal, avgWage, avgSalary, expan
}

return (

<div>


<Card onClick={e => {
if(e.target.classList.contains('fa-trash'))
{
Expand Down

0 comments on commit 8736b85

Please sign in to comment.