put tooltip back
This commit is contained in:
parent
344d45a8f5
commit
1ab326ab01
@ -88,7 +88,6 @@ export default function UpVote ({ item, className }) {
|
|||||||
return (
|
return (
|
||||||
<LightningConsumer>
|
<LightningConsumer>
|
||||||
{({ strike }) =>
|
{({ strike }) =>
|
||||||
<ActionTooltip notForm disable={noSelfTips} overlayText={overlayText()}>
|
|
||||||
<LongPressable
|
<LongPressable
|
||||||
onLongPress={
|
onLongPress={
|
||||||
async (e) => {
|
async (e) => {
|
||||||
@ -146,6 +145,8 @@ export default function UpVote ({ item, className }) {
|
|||||||
: signIn
|
: signIn
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
|
<ActionTooltip notForm disable={noSelfTips} overlayText={overlayText()}>
|
||||||
|
|
||||||
<UpArrow
|
<UpArrow
|
||||||
width={24}
|
width={24}
|
||||||
height={24}
|
height={24}
|
||||||
@ -156,8 +157,8 @@ export default function UpVote ({ item, className }) {
|
|||||||
${item?.meVote ? styles.voted : ''}`
|
${item?.meVote ? styles.voted : ''}`
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
</LongPressable>
|
</ActionTooltip>
|
||||||
</ActionTooltip>}
|
</LongPressable>}
|
||||||
</LightningConsumer>
|
</LightningConsumer>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user