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
96d1b2174a
commit
2b109d6013
1 changed files with 1 additions and 1 deletions
|
|
@ -99,7 +99,7 @@ new class extends Component {
|
|||
'icon_url' => $item['icon_url'] ?? null,
|
||||
'screenshot_url' => $item['screenshot_url'] ?? null,
|
||||
'author_bio' => is_array($item['author_bio'] ?? null)
|
||||
? ($item['author_bio']['description'] ?? null)
|
||||
? strip_tags($item['author_bio']['description'] ?? null)
|
||||
: null,
|
||||
'stats' => [
|
||||
'installs' => data_get($item, 'stats.installs'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue