Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis-Dinkov committed Nov 11, 2024
1 parent eed8e5c commit e92cba1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const DefaultExamplesList = (props: DefaultExamplesListProps) => {
>
<ul className="max-h-56 ">
{
snippets?.slice(1).map((example) => (
snippets?.map((example) => (
<li
key={example.id}
className={cn(
Expand Down

0 comments on commit e92cba1

Please sign in to comment.