Wording updates
This commit is contained in:
parent
13fc2612ae
commit
01855f315c
3 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,7 @@ const fetchAndUpdate = ({
|
|||
.then((statuses) => {
|
||||
// Change messaging if not public
|
||||
if (statuses.error) {
|
||||
store.dispatch('set403Error', { value: true })
|
||||
store.dispatch('set403Error', { value: statuses.error })
|
||||
return
|
||||
}
|
||||
if (!older && statuses.length >= 20 && !timelineData.loading && numStatusesBeforeFetch > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue