Skip to content

Commit

Permalink
Simplify logic of videopress value section
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeyGuyDylan committed Aug 15, 2024
1 parent 57385b3 commit ce20e19
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ const VideopressCard: ProductCardComponent = ( { admin } ) => {
const { activeAndNoVideos } = useTooltipCopy();
const videoCount = data?.videoCount || 0;

const isPluginActive =
status === PRODUCT_STATUSES.ACTIVE || status === PRODUCT_STATUSES.CAN_UPGRADE;

const isPluginActive =
status === PRODUCT_STATUSES.ACTIVE || status === PRODUCT_STATUSES.CAN_UPGRADE;

Expand Down

0 comments on commit ce20e19

Please sign in to comment.