refactor(EnvelopeRejected): Unnötige _CookieConsentPartial entfernen

This commit is contained in:
Developer 02 2024-10-16 11:58:23 +02:00
parent d172faacf3
commit faeac8f290

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;