mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-05 06:00:31 +00:00
Fixing issue with front page.
This commit is contained in:
parent
fe52d594f6
commit
ebca600f31
@ -28,7 +28,7 @@ export class PostListings extends Component<PostListingsProps, PostListingsState
|
||||
moderators: [],
|
||||
posts: [],
|
||||
sortType: SortType.Hot,
|
||||
type_: (this.props.type !== undefined) ? this.props.type :
|
||||
type_: (this.props.type !== undefined && UserService.Instance.user) ? this.props.type :
|
||||
this.props.communityId
|
||||
? ListingType.Community
|
||||
: UserService.Instance.user
|
||||
|
@ -1 +1 @@
|
||||
export let version: string = "v0.0.3-0-gb841d43";
|
||||
export let version: string = "v0.0.3-3-gfe52d59";
|
Loading…
Reference in New Issue
Block a user