adds tooltips to cargo (#48502)

* adds tooltips to cargo

* rebuild
This commit is contained in:
Rob Bailey
2020-01-01 10:05:41 -05:00
committed by Jordan Brown
parent e23b364033
commit fed8840f8e
2 changed files with 3 additions and 1 deletions
@@ -162,6 +162,8 @@ const Catalog = props => {
content={(data.self_paid
? Math.round(pack.cost * 1.1)
: pack.cost) + ' credits'}
tooltip={pack.desc}
tooltipPosition="left"
onClick={() => act(ref, 'add', {
id: pack.id,
})} />
File diff suppressed because one or more lines are too long