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 Jun 16, 2024
1 parent 1582227 commit 7ef4f87
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 7ef4f87

@ekbdev
Copy link

@ekbdev ekbdev commented on 7ef4f87 Jun 16, 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-iza8awmze-ekbdevs-projects.vercel.app
https://ekbdev-transport-modal-sidebar.vercel.app

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

Please sign in to comment.