mirror of https://github.com/LemmyNet/lemmy.git
Fixing issue with front page.
parent
ddabc42861
commit
aeffd80727
|
@ -28,7 +28,7 @@ export class PostListings extends Component<PostListingsProps, PostListingsState
|
||||||
moderators: [],
|
moderators: [],
|
||||||
posts: [],
|
posts: [],
|
||||||
sortType: SortType.Hot,
|
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
|
this.props.communityId
|
||||||
? ListingType.Community
|
? ListingType.Community
|
||||||
: UserService.Instance.user
|
: 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