mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
@@ -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
Reference in New Issue
Block a user