Note about abbreviated and all mode
This commit is contained in:
parent
e268e72c14
commit
6134b45075
|
@ -42,7 +42,8 @@ export function ContractActivity(props: {
|
|||
? getSpecificContractActivityItems(contract, bets, comments, user, {
|
||||
mode,
|
||||
})
|
||||
: getAllContractActivityItems(contract, bets, comments, user, {
|
||||
: // only used in abbreviated mode with folds/communities, all mode isn't used
|
||||
getAllContractActivityItems(contract, bets, comments, user, {
|
||||
abbreviated: mode === 'abbreviated',
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user