-
Notifications
You must be signed in to change notification settings - Fork 0
Hotfix pagination #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Conversation
| ) : ( | ||
| <div className="self-start shrink-0 mt-1 flex items-center justify-center w-10 h-10 border rounded-md p-2 text-sm font-semibold bg-[#18181B]"> | ||
| <img className="h-8 w-auto" src="/cognition/kernai.svg" alt="Kern AI" /> | ||
| <img className="h-8 w-auto cursor-pointer" src="/cognition/kernai.svg" alt="Kern AI" onClick={clickHome} /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong element for this behaviour probably
| {selectedThread && threadMails && threadMails.length > 0 ? ( | ||
| <> | ||
| {isAdmin && selectedThread.isAdminSupportThread && | ||
| {isAdmin && |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| function InboxMailAdminPanel(props: InboxMailAdminPanelProps) { | ||
| // No translations needed, admin only | ||
| const assignAndJump = useCallback((toConversation: boolean) => { | ||
| const t = props.translator; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we now need translator here?


related PR:
Notes
Included changes