mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
strip tags
This commit is contained in:
parent
0e9a74965b
commit
73eabe8262
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ new class extends Component {
|
||||||
'icon_url' => $item['icon_url'] ?? null,
|
'icon_url' => $item['icon_url'] ?? null,
|
||||||
'screenshot_url' => $item['screenshot_url'] ?? null,
|
'screenshot_url' => $item['screenshot_url'] ?? null,
|
||||||
'author_bio' => is_array($item['author_bio'] ?? null)
|
'author_bio' => is_array($item['author_bio'] ?? null)
|
||||||
? ($item['author_bio']['description'] ?? null)
|
? strip_tags($item['author_bio']['description'] ?? null)
|
||||||
: null,
|
: null,
|
||||||
'stats' => [
|
'stats' => [
|
||||||
'installs' => data_get($item, 'stats.installs'),
|
'installs' => data_get($item, 'stats.installs'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue