From d88128b146afdae227a8c70be9483e7a0eb3e6af Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 2 Sep 2021 12:08:08 -0500 Subject: [PATCH] Remove extra license header comment from a story --- .../conversation/DeliveryIssueNotification.stories.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/ts/components/conversation/DeliveryIssueNotification.stories.tsx b/ts/components/conversation/DeliveryIssueNotification.stories.tsx index 824a13bb9d29..bbfc1669bb94 100644 --- a/ts/components/conversation/DeliveryIssueNotification.stories.tsx +++ b/ts/components/conversation/DeliveryIssueNotification.stories.tsx @@ -1,9 +1,6 @@ // Copyright 2021 Signal Messenger, LLC // SPDX-License-Identifier: AGPL-3.0-only -// Copyright 2021 Signal Messenger, LLC -// SPDX-License-Identifier: AGPL-3.0-only - import * as React from 'react'; import { storiesOf } from '@storybook/react'; import { action } from '@storybook/addon-actions';