refactor(ShowEnvelope): Unnötige _CookieConsentPartial entfernen

This commit is contained in:
Developer 02 2024-10-16 11:56:54 +02:00
parent 35d6beb3cb
commit d172faacf3

View File

@ -9,7 +9,6 @@
@using Newtonsoft.Json
@using Newtonsoft.Json.Serialization
@model EnvelopeReceiverDto;
<partial name="_CookieConsentPartial" />
@{
var userCulture = ViewData["UserCulture"] as Culture;
var envelope = Model.Envelope;