mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add description on the table row
This commit is contained in:
parent
2fe1aa1b02
commit
9a42f4630e
1 changed files with 9 additions and 0 deletions
|
|
@ -61,6 +61,15 @@ export default function Rss(): JSX.Element {
|
|||
setOnDeleteId(subscription.id)
|
||||
}}
|
||||
deleteTitle="Delete"
|
||||
extraElement={
|
||||
<StyledText
|
||||
css={{
|
||||
color: '$grayText',
|
||||
}}
|
||||
>
|
||||
{subscription.description}
|
||||
</StyledText>
|
||||
}
|
||||
sublineElement={
|
||||
<StyledText
|
||||
css={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue