mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-25 01:08:50 +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 StatusParent = useCallback(
|
||||
(props) =>
|
||||
isThread || thread ? (
|
||||
isThread || thread || ancestor ? (
|
||||
<Link
|
||||
class="status-link"
|
||||
to={
|
||||
|
|
Loading…
Reference in a new issue