mempool weather added

This commit is contained in:
HolgerHatGarKeineNode
2023-04-01 10:10:10 +02:00
parent d3c305ef42
commit 6f6dc47285

View File

@@ -9,7 +9,7 @@ use Livewire\Component;
class MempoolWeather extends Component
{
public ?string $weather = '';
public $weather;
public $changed;
public function mount()