mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 00:59:22 -05:00
chore: rustfmt
This commit is contained in:
parent
0103524d27
commit
2fe13f9540
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ where
|
||||||
{
|
{
|
||||||
if !readonly {
|
if !readonly {
|
||||||
let cookie_name = cookie_name.to_owned();
|
let cookie_name = cookie_name.to_owned();
|
||||||
|
|
||||||
create_isomorphic_effect(move |_| {
|
create_isomorphic_effect(move |_| {
|
||||||
let value = cookie
|
let value = cookie
|
||||||
.with(|cookie| {
|
.with(|cookie| {
|
||||||
|
|
Loading…
Add table
Reference in a new issue