mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 09:18:51 +01:00
Need link for ancestors too
This commit is contained in:
parent
e7f624c33c
commit
75cfd02134
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
||||||
const isHero = statusID === id;
|
const isHero = statusID === id;
|
||||||
const StatusParent = useCallback(
|
const StatusParent = useCallback(
|
||||||
(props) =>
|
(props) =>
|
||||||
isThread || thread ? (
|
isThread || thread || ancestor ? (
|
||||||
<Link
|
<Link
|
||||||
class="status-link"
|
class="status-link"
|
||||||
to={
|
to={
|
||||||
|
|
Loading…
Reference in a new issue