Skip to content

Commit

Permalink
Set aside prop as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Aug 25, 2024
1 parent 50c9b27 commit c0c643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Articles/Article/Article.types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import { ReactElement } from "react";
export type ArticleProps = {
title?: string;
description: string;
aside: ReactElement;
aside?: ReactElement;
external?: boolean
};

1 comment on commit c0c643d

@ekbdev
Copy link

@ekbdev ekbdev commented on c0c643d Aug 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for transport ready!

✅ Preview
https://transport-gr9e4iiwk-ekbdevs-projects.vercel.app
https://ekbdev-transport-modal-sidebar.vercel.app

Built with commit c0c643d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.