Merge pull request #1332 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-06-03 15:11:01 -06:00 committed by GitHub
commit d3567aabcf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

BIN
public/js/activity.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -139,7 +139,7 @@ export default {
page: this.notificationCursor
}
}).then(res => {
if(res.data.length > 0) {
if(res.data.length) {
let data = res.data.filter(n => {
if(n.type == 'share' && !status) {
return false;