Skip to content

Commit

Permalink
fix(chat): fix validation of message template (Issue #2296) (#2301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Derikyan authored Oct 4, 2024
1 parent 3f9987d commit b8b0080
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const ApplicationDetailsHeader = ({ entity, isMobileView }: Props) => {
<div className="mt-4 flex min-w-0 shrink flex-col gap-1 md:gap-3">
<div className="flex justify-between">
<div className="flex w-full flex-col gap-2">
<div className="flex gap-2 overflow-hidden truncate">
<div className="flex flex-wrap gap-2 overflow-hidden truncate">
{entity.topics?.map((topic) => (
<ApplicationTopic key={topic} topic={topic} />
))}
Expand Down

0 comments on commit b8b0080

Please sign in to comment.