Skip to content
Open

init #293

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"react-select": "^5.7.3",
"react-tooltip": "^4.2.18",
"react-tooltip": "^5.13.1",
"sass-loader": "^10.1.1",
"shelljs": "0.8.4",
"sshpk": "^1.17.0",
Expand Down
2 changes: 1 addition & 1 deletion src/components/contractors/Stars.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'
import ReactTooltip from 'react-tooltip'
import { Tooltip as ReactTooltip } from 'react-tooltip'

const STAR_PATH = 'M1728 647q0 22-26 48l-363 354 86 500q1 7 1 20 0 21-10.5 35.5t-30.5 14.5q-19 0-40-12l-449-236-449 ' +
'236q-22 12-40 12-21 0-31.5-14.5t-10.5-35.5q0-6 2-20l86-500-364-354q-25-27-25-48 0-37 56-46l502-73 225-455q19-41 ' +
Expand Down
Loading