mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-13 01:54:30 +00:00
Merge pull request #1332 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
d3567aabcf
3 changed files with 1 additions and 1 deletions
BIN
public/js/activity.js
vendored
BIN
public/js/activity.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -139,7 +139,7 @@ export default {
|
||||||
page: this.notificationCursor
|
page: this.notificationCursor
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.data.length > 0) {
|
if(res.data.length) {
|
||||||
let data = res.data.filter(n => {
|
let data = res.data.filter(n => {
|
||||||
if(n.type == 'share' && !status) {
|
if(n.type == 'share' && !status) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue