Removed tweetGridCard feature flag

This commit is contained in:
Simon Backx 2022-05-25 13:34:55 +02:00
parent 7356bfbcd9
commit 741d00baf6
2 changed files with 0 additions and 14 deletions

View File

@ -58,7 +58,6 @@ export default class FeatureService extends Service {
// labs flags
@feature('urlCache') urlCache;
@feature('beforeAfterCard') beforeAfterCard;
@feature('tweetGridCard') tweetGridCard;
_user = null;

View File

@ -213,19 +213,6 @@
</div>
</div>
</div>
<div class="gh-expandable-block">
<div class="gh-expandable-header">
<div>
<h4 class="gh-expandable-title">Cardmageddon - Tweet grid</h4>
<p class="gh-expandable-description">
Card for displaying a group of related tweets
</p>
</div>
<div class="for-switch">
<GhFeatureFlag @flag="tweetGridCard" />
</div>
</div>
</div>
</div>
</div>
{{/if}}