Improve paging
This commit is contained in:
parent
52fb1237ec
commit
3d79e7a136
2 changed files with 2 additions and 3 deletions
|
|
@ -32,5 +32,4 @@ export async function injectPromo(user: User, timeline: Note[]) {
|
|||
|
||||
// Inject promo
|
||||
timeline.splice(3, 0, note);
|
||||
timeline.pop();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue