Add trends UI with admin and user settings (#11502)
This commit is contained in:
@ -12,6 +12,10 @@ const initialState = ImmutableMap({
|
||||
|
||||
skinTone: 1,
|
||||
|
||||
trends: ImmutableMap({
|
||||
show: true,
|
||||
}),
|
||||
|
||||
home: ImmutableMap({
|
||||
shows: ImmutableMap({
|
||||
reblog: true,
|
||||
|
Reference in New Issue
Block a user