chore: Update translations
Some checks failed
Release / tauri_release (macos-latest) (push) Has been cancelled
Release / tauri_release (ubuntu-20.04) (push) Has been cancelled
Release / tauri_release (windows-latest) (push) Has been cancelled
Release / app (push) Has been cancelled

This commit is contained in:
2023-09-29 15:55:55 +00:00
parent 1d1e8889dc
commit fc38049b87
3 changed files with 18 additions and 13 deletions

View File

@ -107,7 +107,14 @@ const Timeline = (props: TimelineProps) => {
</>
)}
{mainFeed.map(e => (
<Note key={e.id} searchedValue={props.subject.discriminator} data={e} related={relatedFeed(e.id)} ignoreModeration={props.ignoreModeration} depth={0} />
<Note
key={e.id}
searchedValue={props.subject.discriminator}
data={e}
related={relatedFeed(e.id)}
ignoreModeration={props.ignoreModeration}
depth={0}
/>
))}
{(props.loadMore === undefined || props.loadMore === true) && (
<div className="flex f-center">